v86 icon indicating copy to clipboard operation
v86 copied to clipboard

x86 PC emulator and x86-to-wasm JIT, running in the browser

Results 197 v86 issues
Sort by recently updated
recently updated
newest added

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: ![image1](https://user-images.githubusercontent.com/68371847/116986264-c3fd7780-acf7-11eb-81fa-c043e67e4e7e.png) But now it not booting from Floppy with CD-ROM (without CD-ROM - booting): ![image2](https://user-images.githubusercontent.com/68371847/116986490-0aeb6d00-acf8-11eb-8598-902c5506aeb7.png)

bug

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...

enhancement

- ~~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...

good first issue
help-wanted
hacktoberfest

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...

bug

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....

enhancement

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:...