It's not. I haven't come across any software that relied on it.
We're using this proxy script: https://github.com/benjamincburns/websockproxy
Yep, unfortunately it seems to be a driver issue, because I'm having the same problem in QEMU. These are the drivers: http://www.navozhdeniye.narod.ru/vbe9x.htm
It's possible, Windows 98 has drivers for the NE2000 network card we're emulating (https://github.com/copy/v86/blob/master/src/ne2k.js). However, currently the emulation isn't accurate enough, Windows 98 refuses to use…
First you write a disassembler, then an interpreter for 16 bit mode. At that point you can already almost run FreeDOS. Here are some resources: http://css.csail.mit.edu/6.858/2014/readings/i386/toc.htm The official…
Poorly, see https://github.com/s-macke/jor1k/wiki/Benchmark-with-other-e... Primarily due to the use of asm.js. I intend to implement a JIT similar to QEMU's tcg as soon as Web Assembly supports it:…
They also created a native OCaml backend for IBM Z very recently: https://github.com/ocaml/ocaml/pull/275
It's not. I haven't come across any software that relied on it.
We're using this proxy script: https://github.com/benjamincburns/websockproxy
Yep, unfortunately it seems to be a driver issue, because I'm having the same problem in QEMU. These are the drivers: http://www.navozhdeniye.narod.ru/vbe9x.htm
It's possible, Windows 98 has drivers for the NE2000 network card we're emulating (https://github.com/copy/v86/blob/master/src/ne2k.js). However, currently the emulation isn't accurate enough, Windows 98 refuses to use…
First you write a disassembler, then an interpreter for 16 bit mode. At that point you can already almost run FreeDOS. Here are some resources: http://css.csail.mit.edu/6.858/2014/readings/i386/toc.htm The official…
Poorly, see https://github.com/s-macke/jor1k/wiki/Benchmark-with-other-e... Primarily due to the use of asm.js. I intend to implement a JIT similar to QEMU's tcg as soon as Web Assembly supports it:…
They also created a native OCaml backend for IBM Z very recently: https://github.com/ocaml/ocaml/pull/275