jor1k: OR1000 Javascript Emulator Running Linux
21–30 of 71 posts
Re: jor1k: OR1000 Javascript Emulator Running Linux
#22is the "Restart with asm.js core" button working?
This work is giving a new mean to "impressive"
Re: jor1k: OR1000 Javascript Emulator Running Linux
#23Earlier quoted context omitted.
Works for me on Firefox 23.0.1 after a fairly long delay. Also worked on Chrome 29.0.1547.66. Edit - one oddity: on Chrome the console does not register the spacebar.
You'll need to specify which version of chrome. Space works fine for me on Version 29.0.1547.66 m
Re: jor1k: OR1000 Javascript Emulator Running Linux
#24# scummvm
How the heck does a 7MB image come with an entire OS, emulator, and a fully functional game?! You have to wonder how much of our stuff is bloated.
Even the mammoth (by the standards of the day) SCO Open Desktop 3.0, with X11/Motif and a bagload of other stuff, could install in less than 200Mb of disk space and run reasonably smoothly on a 386/33 with 16Mb of RAM. That was a full-blown workstation grade UNIX distribution with all the trimmings. These days word processors are bigger.
Re: jor1k: OR1000 Javascript Emulator Running Linux
#25Soon Chrome running inside Chrome.
Re: jor1k: OR1000 Javascript Emulator Running Linux
#26Re: jor1k: OR1000 Javascript Emulator Running Linux
#27So realistically, what can you do with something like this especially since there is no networking? Can it do anything fun with WebGL?
For a simple example of where it could be used consider a webmail provider who wants to get GPG encryption into their web UI. The provider could embed a Linux VM in the HTML document to let the user do encryption with the well-examined native version of GPG. (Although native GPG running inside this VM would not be safe from, e.g., malicious JS in banner ads.)
Right now the emulation is too slow to do these kinds of things practically, however, and it's hard to say whether or not it will get sufficiently fast before other tools for running native software the browser fully mature.
Re: jor1k: OR1000 Javascript Emulator Running Linux
#28Re: jor1k: OR1000 Javascript Emulator Running Linux
#29Firefox 25.0a2 (2013-09-11)
EDIT: Interestingly in Chrome Canary it starts out running at around 50 MIPS and then at some point v8's jit recompiles/deopts some code and it drops down to 12 MIPS and stays there.
JavaScript... sigh
Re: jor1k: OR1000 Javascript Emulator Running Linux
#30Two things: 1) I am waiting for a version using networking. I know there are security issues but there are also workarounds. 2) My notebook is hot, so I checked and the Chrome CPU console is at 25% even if I am not doing anything in the console.
Regarding the heat, I wonder if the architecture has support for idle states. If so, the VM should "clock down" by executing its loop from a timer instead of full-bore. I wonder if this is already happening, though.