OS inside windows

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
brokenbylaw
Posts: 19
Joined: Fri Apr 03, 2009 3:15 pm

OS inside windows

Post 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...
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: OS inside windows

Post 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.
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Re: OS inside windows

Post 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?
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
brokenbylaw
Posts: 19
Joined: Fri Apr 03, 2009 3:15 pm

Re: OS inside windows

Post 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
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Re: OS inside windows

Post by nekros »

Like anything else, it's possible, just would be a pain in the arse and totally pointless..
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
brokenbylaw
Posts: 19
Joined: Fri Apr 03, 2009 3:15 pm

Re: OS inside windows

Post 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...
JohnnyTheDon
Member
Member
Posts: 524
Joined: Sun Nov 09, 2008 2:55 am
Location: Pennsylvania, USA

Re: OS inside windows

Post 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...
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: OS inside windows

Post 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.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
brokenbylaw
Posts: 19
Joined: Fri Apr 03, 2009 3:15 pm

Re: OS inside windows

Post 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
JohnnyTheDon
Member
Member
Posts: 524
Joined: Sun Nov 09, 2008 2:55 am
Location: Pennsylvania, USA

Re: OS inside windows

Post 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.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: OS inside windows

Post 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?
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: OS inside windows

Post 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.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: OS inside windows

Post by Troy Martin »

When people say Operating Environment I think Windows 1.0 - 3.11 :D
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: OS inside windows

Post by neon »

Troy Martin wrote:When people say Operating Environment I think Windows 1.0 - 3.11 :D
Me too :D 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.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: OS inside windows

Post 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!
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
Post Reply