copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.61k stars 1.37k forks source link

windows 10/11 support #1148

Closed bahabryra closed 1 week ago

bahabryra commented 1 week ago

just wondering would it be able to handle windows 10 and 11 Ill give you the disk images if needed

bahabryra commented 1 week ago

also does this run on github pages with the docker workflow???

bahabryra commented 1 week ago

one more thing can I help I would love to be a collaberator

SuperMaxusa commented 1 week ago

would it be able to handle windows 10 and 11

No, for Windows 10 it's lack of NX-bit, Windows 11 requires 64-bit mode, which is not supported in v86 (and SSE4.2 for new builds).

also does this run on github pages with the docker workflow???

I think yes, it works on GitHub Pages without problems

one more thing can I help I would love to be a collaberator

See #537 and https://github.com/copy/v86/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

copy commented 1 week ago

Let's close this in favor of #845. Note that this is currently not planted, and as far as I know nobody is working on it.