An idea I had a while ago, was to make a website which basically is a Linux desktop; so that new users could take a look at Linux without downloading anything... the first attempt was awful.
The latest attempt is somewhat better; probably because it actually is based on a real Linux system. After much work I have created in javascript
:
grub boot loader
kernel
init
getty
shell
filesystem
and a few other bits and bobs to make it somewhat usable, resulting in a basic web based linux-like system that boots to a command line... I'm working on an Xserver and associated gui libraries to enable a desktop.
So please have a look, give opinions, ideas, etc...
Web Linux
So far it only works in Firefox/Epiphany, it may work in others but I've only tried:
Opera: init seg faults
IE6: kernel fails to load
Still a lot of work to do obviously, but thought I'd show off what I've got so far.