Skip to content

Sreehari425/Sreehari425.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sreehari425.github.io

a portfolio that got out of hand.

started as a fake terminal. then i added a real linux kernel. because why not.

Running locally

python -m http.server # or use npx serve
# then open http://localhost:8000

A local HTTP server is required (not file://) for the Service Worker and SharedArrayBuffer used by v86 to work.

Getting the v86 assets

Source for the binary blobs for refrence :)

# js + wasm
curl -L -o libv86.js https://copy.sh/v86/build/libv86.js
curl -L -o v86.wasm https://copy.sh/v86/build/v86.wasm

# bios + linux image
mkdir -p bios images
curl -L -o bios/seabios.bin  https://copy.sh/v86/bios/seabios.bin
curl -L -o bios/vgabios.bin  https://copy.sh/v86/bios/vgabios.bin
curl -L -o images/v86-linux.iso  <url-to-your-custom-iso>

Third-party credits & licenses

This project ships the following binary assets:

Asset Project License
libv86.js, v86.wasm v86 by Fabian Hemmer MIT
bios/seabios.bin SeaBIOS LGPL v3
bios/vgabios.bin LGPL VGA BIOS LGPL v2
images/v86-linux.iso Custom Linux kernel + BusyBox (built via Buildroot) GPL v2
coi-serviceworker.js coi-serviceworker by Guido Zuidhof MIT

Source code for GPL/LGPL components:

SOURCES & CREDITS

The Linux image in the repo was built using the following open-source projects:

Browser VM (Buildroot config & Build Tree) https://github.com/Sreehari425/browser-vm (Forked/Based on https://github.com/humphd/browser-vm)

Buildroot (2021.02-rc2) https://buildroot.org

v86 (x86 emulator in WebAssembly) https://github.com/copy/v86

SeaBIOS https://www.seabios.org

Linux Kernel (4.19.172) https://kernel.org

BusyBox https://busybox.net

Customized and maintained by Sreehari https://github.com/Sreehari425

inspiration

adpandey.com: borrowed the nav bar design and general vibe. go check it out, it's sick.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages