views:

92

answers:

3

Hi guys.

i m a final year student and planning for my project. i have given my thought on devoloping a web operating system using HTML,JS,CSS with linux support.

Do provide me some suggation and tutorial or sourcecodes(if any)

thank u.

+1  A: 

There are a couple of existing one:

Wernight
thanks 4 reply i have seen many as such, but what i m planning to do is to provide a limited space to user but not getting how to devolop the file browser and make its coordination with linux files
hunk
+1  A: 

I think your question is waaay to broad. Cant really give anything more specific than google searches and wikipedia links. For example, the Web desktop article links to a few open source ones. Why dont you start there?

mizipzor
cool , i dint get why the question is closed. but
hunk
hunk
+1  A: 

You can't really build an operating system in a web browser. An operating system is a layer below your applications, and handles stuff like memory management, file systems, and other lower-level needs. (That is of course, unless you are virtualizing hardware and then building a virtualized OS to manage that virtualized hardware... in which case, that is ridiculous.)

If instead you're looking to build a shell where applications can interact with your shell in a standardized way, then yes this is possible, but why would you do this?

The only recommendation I can offer is to start with a well-developed Javascript framework. Choose carefully based on your needs. I recommend YUI, but also use jQuery quite a bit.

Brad