commit | cc4f26dc91a13dfcfc09bdf3abf20ba7756db4c0 | [log] [download] |
---|---|---|
author | copy <copy@copy.sh> | Wed Jul 23 00:15:59 2014 +0200 |
committer | copy <copy@copy.sh> | Wed Jul 23 00:15:59 2014 +0200 |
tree | 8cabed7392f6384cba9cc01611eb7d6b67add4d9 | |
parent | e7537307dcc5e3bea454e3adeb7bc442bfea173e [diff] |
html is stupid
v86 emulates an x86-compatible CPU and hardware. Here's a list of emulated hardware:
In order to build the cpu.js
file, you need make
and cpp
(the C preprocessor). Run: make src/cpu.js
.
If you want a compressed and fast (ie, with debug code removed) version, you need Closure Compiler. Pull the submodule using
git submodule update --init --recursive closure-compiler
and run make v86_all.js
.
ROM and disk images are loaded via XHR, so if you want to try out index.html
locally, make sure to serve it from a local webserver.
For more details on how to customize the behaviour and interface, see docs/adapters.md.
Similiar projects have been done before, but I decided to work on this as a fun project and learn something about the x86 architecture. It has grown pretty advanced and I just got Linux and KolibriOS working recently and there might be some actual uses.
If you build something interesting, let me know. However, keep in mind that the project is not very stable at the moment.
Here's an overview of the operating systems supported in v86:
lowram
and choose PS2 mouse in xsetup. Takes circa 10 minutes to boot. Only works if ACPI is disabled.udev
and X
fail, but you get a terminal.You get some infos on the disk images here: https://github.com/copy/v86/tree/master/images
14KBXSoewGzbQY8VoznJ5MZXGxoia8RxC9
Simplified BSD License, see LICENSE, unless otherwise noted.
Shoot me an email to copy@copy.sh
. Please don't tell about bugs via mail, create a bug report on github instead.
Fabian Hemmer (http://copy.sh/, copy@copy.sh
)