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
But I'd love to see some extra features ...
What I'd like to see?
1. Support for loading and mounting additional read-only filesystem images embedded within the web page (presumably serialized and encoded in Base64 or something).
2. Support for a translucent FS, to allow writes to a ramdisk to show up on top of the aforementioned read-only FS images.
3. Support for writing out an updated copy of the JSLinux HTML file, with a saved copy of the read-only filesystem, including changes merged in from a translucent mount.
(In other words: you can edit files on a designated filesystem, then "save" the VM webpage and get a new copy of JSLinux with your edits added to the external filesystem so they're there next time you fire it up..)
4. For added fun (but arguably this is an entirely different requirement), I'd like to see a version of JSLinux merged with TiddlyWiki, so you'd have a combined TiddlyWiki (for documentation) with a virtual Linux environment (terminal only) embedded in it, and the ability to save changes.
You'd then have a single file containing (a) a hypertext documentation system and (b) a command line Linux environment.
I would ... well, "killing" is too strong a word; but I'd probably move into it for good, using vi and MultiMarkDown for book production and small-scale programming projects and TiddlyWiki to keep track of ideas and notes.