v86 emulates an x86-compatible CPU and hardware. Machine code is translated to WebAssembly modules at runtime in order to achieve decent performance. Here's a list of emulated hardware:
hi
How it works — Networking — Alpine Linux guest setup — Arch Linux guest setup — Windows 2000/XP guest setup — 9p filesystem — Linux rootfs on 9p — Profiling — CPU Idling
Here's an overview of the operating systems supported in v86:
boot> prompt type
boot -c, then at the UKC> prompt disable mpbios and exit.You can get some information on the disk images here: https://github.com/copy/images.
You need:
debug.html)See tools/docker/test-image/Dockerfile for a full setup on Debian or WSL.
make to build the debug build (at debug.html).make all to build the optimized build (at index.html).index.html
locally, make sure to serve it from a local webserver. You can use make run
to serve the files using Python's http module.tools/docker/exec to find the Dockerfile required for this.docker build -f tools/docker/exec/Dockerfile -t v86:alpine-3.19 . from the root directory to generate docker image.docker run -it -p 8000:8000 v86:alpine-3.19 to start the server.localhost:8000 for hosted server.The disk images for testing are not included in this repository. You can download them directly from the website using:
wget -P images/ https://i.copy.sh/{linux3.iso,linux.iso,linux4.iso,buildroot-bzimage68.bin,openbsd-floppy.img,kolibri.img,windows101.img,os8.img,freedos722.img}
Run integration tests: make tests
Run all tests: make jshint rustfmt kvm-unit-test nasmtests nasmtests-force-jit expect-tests jitpagingtests qemutests rust-test tests
See tests/Readme.md for more information.
Using v86 for your own purposes is as easy as:
var emulator = new V86({
screen_container: document.getElementById("screen_container"),
bios: {
url: "../../bios/seabios.bin",
},
vga_bios: {
url: "../../bios/vgabios.bin",
},
cdrom: {
url: "../../images/linux.iso",
},
autostart: true,
});
See starter.js.
v86 is distributed under the terms of the Simplified BSD License, see LICENSE. The following third-party dependencies are included in the repository under their own licenses:
Shoot me an email to copy@copy.sh. Please report bugs on GitHub.
Fabian Hemmer (https://copy.sh/, copy@copy.sh)