Run 14 vintage OSes (Windows 1.01→XP, ReactOS, Haiku) in the browser(oses.ioblako.com)
oses.ioblako.com
Run 14 vintage OSes (Windows 1.01→XP, ReactOS, Haiku) in the browser
https://oses.ioblako.com/
10 コメント
Is there BeOS somewhere?
Haiku is a reimplementation of BeOS, they are very, very similar, practically the same in many ways.
This is cool, but it is giving me AI generated vibes.
What exactly does yours do that http://copy.sh/v86 doesn't?
What exactly does yours do that http://copy.sh/v86 doesn't?
See also: https://infinitemac.org/
Android emulator in the browser? That might actually be useful...
Can a host NIC be bridged into the emulated OS?
Please include OS/2(s)!
And great work ;)
And great work ;)
Unfortunately v86 doesn't support x86_64 and that's why TempleOS is notably missing from the list..
Currently the closest thing is qemu-wasm, but my experiments (chrome only) show that it's still too slow: https://zb3.me/qemu-wasm-test/jspi-noffi/
Currently the closest thing is qemu-wasm, but my experiments (chrome only) show that it's still too slow: https://zb3.me/qemu-wasm-test/jspi-noffi/
QEMU in general translates so called "extended basic blocks", then later "chains" them by overwriting the jump instruction [simplification].
This doesn't work well with WebAssembly, because each EBB needs its own module and chaining would be hard to implement since we can't patch existing modules. This is why currently qemu-wasm is so slow.
v86 has a different model of "jitting" the code, but it only supports x86 and each new architecture would require significant rewrites.
v86 has a different model of "jitting" the code, but it only supports x86 and each new architecture would require significant rewrites.
(Built on v86. Credit to the project.)