Viewing profile — copy
copy
HN member- Joined
- Sat, Nov 28, 2015, 5:56 AM UTC
- HN karma
- 29
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About copy
No profile information was provided.
Recent public activity
-
comment
Comment #11162892
It's not. I haven't come across any software that relied on it.
-
comment
Comment #11161822
We're using this proxy script: https://github.com/benjamincburns/websockproxy
-
comment
Comment #11161777
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
-
comment
Comment #11161629
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 ac…
-
comment
Comment #11161543
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/…
-
comment
Comment #11161493
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 Ass…
-
comment
Comment #10640203
They also created a native OCaml backend for IBM Z very recently: https://github.com/ocaml/ocaml/pull/275