Building an OS/platform?

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.
Post Reply
dbyrd26
Posts: 3
Joined: Fri Oct 17, 2014 12:04 pm

Building an OS/platform?

Post by dbyrd26 »

Hello, I am working on a project and want to build an OS similar to what you would see on a game console. I tried searching for some info on this but I believe I'm just unsure on how to word it. Basically I want to make a platform that on start up allows you to select a game and then it plays it. Yes I could accomplish this by running an emulator on my computer but whats the fun in that? I have done some game programming with c++ and c# so I'm not a complete dope. Basically what is just some guidance to resources related to what I want to create. Thank you.
seuti
Member
Member
Posts: 74
Joined: Tue Aug 19, 2014 1:20 pm

Re: Building an OS/platform?

Post by seuti »

dbyrd26 wrote:Hello, I am working on a project and want to build an OS similar to what you would see on a game console. I tried searching for some info on this but I believe I'm just unsure on how to word it. Basically I want to make a platform that on start up allows you to select a game and then it plays it. Yes I could accomplish this by running an emulator on my computer but whats the fun in that? I have done some game programming with c++ and c# so I'm not a complete dope. Basically what is just some guidance to resources related to what I want to create. Thank you.
How much time are you willing to invest?
Have you done any low level programming before?
dbyrd26
Posts: 3
Joined: Fri Oct 17, 2014 12:04 pm

Re: Building an OS/platform?

Post by dbyrd26 »

seuti wrote:
dbyrd26 wrote:Hello, I am working on a project and want to build an OS similar to what you would see on a game console. I tried searching for some info on this but I believe I'm just unsure on how to word it. Basically I want to make a platform that on start up allows you to select a game and then it plays it. Yes I could accomplish this by running an emulator on my computer but whats the fun in that? I have done some game programming with c++ and c# so I'm not a complete dope. Basically what is just some guidance to resources related to what I want to create. Thank you.
How much time are you willing to invest?
Have you done any low level programming before?
I'm willing to invest as much time as it takes, and I actually have not done any of that.. I suppose that would be a good start.
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: Building an OS/platform?

Post by Roman »

dbyrd26 wrote:Hello, I am working on a project and want to build an OS similar to what you would see on a game console. I tried searching for some info on this but I believe I'm just unsure on how to word it. Basically I want to make a platform that on start up allows you to select a game and then it plays it. Yes I could accomplish this by running an emulator on my computer but whats the fun in that? I have done some game programming with c++ and c# so I'm not a complete dope. Basically what is just some guidance to resources related to what I want to create. Thank you.
I guess, you want to create an OS which will run games in privileged mode, i.e. you want them to have full access to the hardware, right?
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
dbyrd26
Posts: 3
Joined: Fri Oct 17, 2014 12:04 pm

Re: Building an OS/platform?

Post by dbyrd26 »

Roman wrote:
dbyrd26 wrote:Hello, I am working on a project and want to build an OS similar to what you would see on a game console. I tried searching for some info on this but I believe I'm just unsure on how to word it. Basically I want to make a platform that on start up allows you to select a game and then it plays it. Yes I could accomplish this by running an emulator on my computer but whats the fun in that? I have done some game programming with c++ and c# so I'm not a complete dope. Basically what is just some guidance to resources related to what I want to create. Thank you.
I guess, you want to create an OS which will run games in privileged mode, i.e. you want them to have full access to the hardware, right?
Yes this is correct
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

Re: Building an OS/platform?

Post by max »

It's the same as for any other kind of OS project: Read the page on getting started.
Post Reply