Page 1 of 2
OS inside windows
Posted: Tue Apr 14, 2009 2:47 pm
by brokenbylaw
im wondering if its possible to build an os that would run inside windows just like an os but without rebooting or any emulater..
i already designed a sample one made in javascript,html and css and made it full screen threw a HTA but i was wondering if there was any other way...
Re: OS inside windows
Posted: Tue Apr 14, 2009 3:00 pm
by 01000101
I hate to break it to you, but your HTML/JavaScript "OS" is hardly that. Once of the main criteria for an OS is that it shouldn't need to be hosted in an environment such as Windows/Linux/OSX/etc...
With that said, if you would like to make an interface that gives the "looks" of a new OS, go ahead, but don't call an apple an orange.
Re: OS inside windows
Posted: Tue Apr 14, 2009 3:02 pm
by nekros
Um, wtf would be the point of this in the first place, it couldn't really be called an OS in the first place? Or are you just trying for a general system design without any device specifics?
Re: OS inside windows
Posted: Tue Apr 14, 2009 3:17 pm
by brokenbylaw
yeah i know its not an "os" but that was the easiest name to call it... the main point for me is to design my own again "s" or program to run inside windows as a program with a nice gui and the ability to have programs or mini programs to run inside that
just like with the html one it has the ability to browse the web with a few javascript commands INSIDE an hta whitch therefore is an application or html program
so what im getting at is lawless gui and the ability to run apps inside apps
any help
Re: OS inside windows
Posted: Tue Apr 14, 2009 4:06 pm
by nekros
Like anything else, it's possible, just would be a pain in the arse and totally pointless..
Re: OS inside windows
Posted: Tue Apr 14, 2009 4:08 pm
by brokenbylaw
not pointless to me i would enjoy it im looking torwards the idea of instead of RESOURCE files i use HTML files so html resources are there any langauges suported to that...
Re: OS inside windows
Posted: Tue Apr 14, 2009 4:14 pm
by JohnnyTheDon
This is the wrong forum for that sort of thing. Look for an web development forum. What you are planning is far removed from real OS development, as the others have said.
That being said, your best bet would be flash. It would be relatively simple to create a "OS" in flash that was able to load other flash applications. You could also use some kind of API so that the applications could talk to your OS so they could do things like window management. I'm not sure what it would accomplish though...
Re: OS inside windows
Posted: Tue Apr 14, 2009 4:16 pm
by Troy Martin
And bumping after less than an hour is stupider than this thread. If it's at least somewhere near the top, people might read it. "BUMP" just makes us want to read it less.
Re: OS inside windows
Posted: Tue Apr 14, 2009 4:38 pm
by brokenbylaw
idc if bumping it makes you not want to read it lol i want it to be an EXE file almost like the games i was wondering if you could "refer" me to any langauges and this would be considered an "os" to me because it has the ability to run applications inside of it and speak to the computer through another os almost like an emulater
Re: OS inside windows
Posted: Tue Apr 14, 2009 4:48 pm
by JohnnyTheDon
Then program it in C,C++,Java, etc.
You might also want to learn how to use periods if you are making an OS.
Re: OS inside windows
Posted: Tue Apr 14, 2009 4:54 pm
by Troy Martin
brokenbylaw wrote:i want it to be an EXE file almost like the games
What are "the games"? Are you seriously referring to video games, yet you want to write an OS?
Re: OS inside windows
Posted: Tue Apr 14, 2009 5:00 pm
by neon
yeah i know its not an "os" but that was the easiest name to call it... the main point for me is to design my own again "s" or program to run inside windows as a program with a nice gui and the ability to have programs or mini programs to run inside that
Sounds more like an
Operating Environment rather then an
Operating System, so I would call it that.
Re: OS inside windows
Posted: Tue Apr 14, 2009 5:05 pm
by Troy Martin
When people say Operating Environment I think Windows 1.0 - 3.11
Re: OS inside windows
Posted: Tue Apr 14, 2009 5:13 pm
by neon
Troy Martin wrote:When people say Operating Environment I think Windows 1.0 - 3.11
Me too
That is kind of what the OP wants though; software that creates a new environment running on top of another OS...like Windows 1.0-3.11.
Re: OS inside windows
Posted: Tue Apr 14, 2009 6:08 pm
by Troy Martin
From what I can interpret, what the OP wants is to mimic (and re-implement the functions of) an OS in HTML and Javascript. Yippee-ka-yay!