v86
v86 copied to clipboard
x86 PC emulator and x86-to-wasm JIT, running in the browser
How can I enable true color support for Windows 2000 in the emulator? I've installed all of the plug and play hardware that was detected when I loaded my converted...
In old version (custom profile), when I'm booted from Floppy, it not detected CD-ROM:  But now it not booting from Floppy with CD-ROM (without CD-ROM - booting): 
i realized that v86 takes lot's of cpu, even when the tab is in the background. one way to prevent this: ```js document.onvisibilitychange=function(e) { if(document.visibilityState=="visible") { if(!emulator.is_running()) emulator.run() } else...
- ~~copy/v86#431~~ - ~~copy/v86#333 (add a mute button and/or fix the "requires a gesture" warning).~~ A volume selector would also be nice. - ~~There's a minor issue where holding down...
I want to debug my program with gdb on v86. But after just loaded my program to gdb and started, I got "Program received signal SIGSEGV, Segmentation fault". And I...
I think I now may have pinpointed an issue with the virtual x86 Setup Memory size is capped out in webkit based browsers (e.g. all Apple mobile iOS browsers and...
I think this will fix the network issue on newer windows versions (vista, windows 7, etc.). This is supported in qemu as is and in many windows versions as well....
This PR tries to optimize lazy flags computation. In the current implementation, information about the operation and operands is stored and is in some cases overwritten by subsequent operations. In...
Do you have any plan to put this on the ChromeOS Web Store in the future? Maybe with the ability to work without an internet connection?
`dmesg` output: ``` [ 664.829927] ata1.00: status: { DRDY } [ 664.830637] ata1: soft resetting link [ 665.002007] ata1.00: configured for PIO0 [ 665.002602] ata1: EH complete [ 695.698582] ata1:...