Live data from Hacker News

Run Linux in your Browser JSLinux (Update)

news.ycombinator.com

1–10 of 40 posts

Run Linux in your Browser JSLinux (Update)

#1
Have you noticed the update?

  - There is clipboard support (bi-directional)
  - It runs on Chromium 13
  - It runs on iPad!! 
    (If it does not take your input, set the focus to the
     clipboard edit box)
http://bellard.org/jslinux/

And as a side-note, Tom has ported JSLinux to node.js

https://groups.google.com/d/topic/nodejs/B0OUf_Bd15E/discussion

Re: Run Linux in your Browser JSLinux (Update)

#8
A complete list:

    added support for more browsers including Opera 11.11 and __Internet Explorer 9__
    reduced VM RAM size from 32 MB to 16 MB.
    Source code release of the Linux starter utility.
    added a clipboard to exchange data between the VM and the host
    added FAQ and News pages
    fixed monospace font for some browsers.
    fixed binary XHR for Firefox nightly builds
    fixed terminal height for the less command
    fixed ampersand output in the terminal.

Re: Run Linux in your Browser JSLinux (Update)

#9

I'm wondering when he releases the clipboard source code. On the kernel side it's a custom character device. Currently he is violating the GPL. :-(

He released the linux starter (BIOS) though. There is still hope. BTW. the starter contains assembler code. It is amazing to see this running in the browser.
Post reply on HN