|
|
Log in / Subscribe / Register

A Linux system running over JavaScript

A Linux system running over JavaScript

Posted May 17, 2011 14:50 UTC (Tue) by rsidd (subscriber, #2582)
In reply to: A Linux system running over JavaScript by lkundrak
Parent article: A Linux system running over JavaScript

Indeed, the boot seems faster than on a real 486, if my memory doesn't mislead. It of course doesn't probe hardware, but the boot messages seem to go by faster too. Perhaps not surprising: those were 66 MHz machines, and javascript emulator on a 3 GHz machine is likely faster...


to post comments

A Linux system running over JavaScript

Posted May 17, 2011 14:53 UTC (Tue) by PhracturedBlue (subscriber, #4193) [Link] (3 responses)

Well, I got about 20 bogomips from /proc/cpuinfo when running on my laptop, but still, I agree, it feels very usable from a quick tour.

A Linux system running over JavaScript

Posted May 17, 2011 19:01 UTC (Tue) by sjlyall (guest, #4151) [Link] (2 responses)

I got around 20 BogoMips as well. Did a quick benchmark with a simple shell loop and it was 400 times slower than my PC ( 4822 BogoMips ).

According to the BogoMips website 20 is around a 486DX/40 ( That is 40MHz ) which is roughly the PC I had in 1994 (running Linux).

A Linux system running over JavaScript

Posted May 18, 2011 9:47 UTC (Wed) by dgm (subscriber, #49227) [Link] (1 responses)

Well, curiously I did get the same BogoMips (20.21), both in Firefox 4 and Chromium, on a virtual machine and on the host OS, which seems weird...

A Linux system running over JavaScript

Posted May 18, 2011 12:35 UTC (Wed) by gnb (subscriber, #5132) [Link]

Seems reasonable - if there's no attempt to sync. the emulated RTC to wall time, the bogomips calculation will just give emulated instructions per tick of the emulated clock, which should be independent of the browser or host (and even more useless than normal bogomips as a performance estimator).


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds