[NTG-context] [OT] Javascript PC Emulator - Technical Notes

2011-05-17 Thread luigi scarso
This PC emulator is written in Javascript. The emulated hardware consists in: * a 32 bit x86 compatible CPU * a 8259 Programmble Interrupt Controller * a 8254 Programmble Interrupt Timer * a 16450 UART. http://bellard.org/jslinux/tech.html Wow... He is not unkown for me I started

Re: [NTG-context] [OT] Javascript PC Emulator - Technical Notes

2011-05-17 Thread Patrick Gundlach
Hi, > This PC emulator is written in Javascript. [...] so it's only a matter of time when TeX runs in the browser. I don't know how/if it is possible to access local files, but that should be doable (dropbox,...) Patrick

Re: [NTG-context] [OT] Javascript PC Emulator - Technical Notes

2011-05-17 Thread Martin Schröder
2011/5/17 Patrick Gundlach : > so it's only a matter of time when TeX runs in the browser. I don't know > how/if it is possible to access local files, but that should be doable > (dropbox,...) s/run/crawls/ This emulates a "pc" with 20 bogomips and 30MB RAM. It's probably slower than the machin

Re: [NTG-context] [OT] Javascript PC Emulator - Technical Notes

2011-05-17 Thread John Haltiwanger
FWIW, it runs faster of Jaeger Monkey (Firefox 4) than it does on V8 (Chrome). Shouldn't the bogomips be relative to the performance of the processing layer? On Tue, May 17, 2011 at 1:41 PM, Martin Schröder wrote: > 2011/5/17 Patrick Gundlach : > > so it's only a matter of time when TeX runs in