Hi guys, I think I've managed to create a true Web OS, that is
- pure 100% web tech (PHP on server side, Js+AJAX on client side)
- reproduces classic OS in it's structure
- has it's own file hierarchy standard
- has SysV init like module management with dependency checks
- abstracts it's internals in a common way (similar to common device driver interface)
- pushes KISS principle as far as possible, yet in it's simplicity and small size it's as powerful as any well-known framework
Is it something you would call a Web OS?
To start, you'll only need a single index.php (bootloader and the "kernel", or the "core" I like to call it, no more than 32k, very obfuscated to fit in). You can install "userspace" applications (that is, simply extract additional tgz files, JsTetris for example). If interested,
here's the homepage with download links, and a step-by-step installation
howto. (Excuse me, the site is very-very simple, and the documentation is far from being complete, but I hope it's enough).
Cheers