creating an operating system

Talk about just about anything else that is non-gaming here, but keep it clean
User avatar
DerekG52
32-bit
Posts: 277
Joined: Tue Sep 30, 2008 10:45 am

Re: creating an operating system

Post by DerekG52 »

kingmohd84 wrote:It doesn't have to support a wide range of hardware, I just want to know how difficult it is to have a Windows like OS fully working, even if it is limited to a short range of hardware and I was wondering why its not happening although there are a lot of coders out there.
Windows like OS built by 1 person? Hard, even for someone with extensive OS knowledge. You would need to spend years first learning how OS's work before even undertaking this task. Then you are 1 person trying to design what took dozens to hundreds of engineers YEARS to build. Most likely you wouldn't have any peer review to bounce ideas off of or critique your code.
kingmohd84 wrote: I know smaller OSes exist like Haiku , but I never understand why are they there and why would I want to use them.
They are very specific purpose OS's, light-weight for specific tasks. For the most part you would never use them.
kingmohd84 wrote: now 2 questions come to mind,
1) Why would any one write a new OS? is it possible to write one from scratch that would be better than what is currently available? Does the world need a new OS? Or what we have now is the best thing human technology could get to , and any new OS will simply be mimicking what we already have?
It makes no sense to attempt to write one from scratch with no knowledge of any of the tasks involved, with the aim of making it BETTER than what already exists. I might as well attempt to make a car that is better than anything on the market, by myself, creating every part by hand with no previous knowledge of any of the tasks involved. That should give you an idea of how insane your idea sounds.

What additional tasks do you want solved that your OS will do that others don't, or won't by the time you are finished? The best theoretical computer is the quantum computer.
Image
Image
User avatar
RCBH928
Next-Gen
Posts: 6082
Joined: Wed Apr 02, 2008 6:40 am

Re: creating an operating system

Post by RCBH928 »

As I said, I am not planning to write one...just curios about the subject...

but given on what people say,
I think it might be possible with 25 programmers
User avatar
CRTGAMER
Next-Gen
Posts: 11933
Joined: Tue Jan 05, 2010 11:59 am
Location: Southern California

Re: creating an operating system

Post by CRTGAMER »

kingmohd84 wrote:As I said, I am not planning to write one...just curios about the subject...

but given on what people say,
I think it might be possible with 25 programmers
And about a thousand marketers to attempt then fail to enter the Windows monopoly.
Image
CRT vs LCD - Hardware Mods - HDAdvance - Custom Controllers - Game Storage - Wii Gamecube and other Guides:
CRTGAMER Guides in Board Guides Index: http://www.racketboy.com/forum/viewtopi ... 5#p1109425

Image
Image
User avatar
ZeroAX
Next-Gen
Posts: 7469
Joined: Sun Aug 03, 2008 9:20 am
Location: Current: Amsterdam. From Greece
Contact:

Re: creating an operating system

Post by ZeroAX »

kingmohd84 wrote:
I know almost nothing about writing software, but I am curious .
How tough is it to write an operating system like Windows or Linux?
it's a pain
Image
BoneSnapDeez wrote:The success of a console is determined by how much I enjoy it.
User avatar
RCBH928
Next-Gen
Posts: 6082
Joined: Wed Apr 02, 2008 6:40 am

Re: creating an operating system

Post by RCBH928 »

hehehe
a lot of you are thinking that I want to write my own OS
and then I want it to be popular

I am just curious ,
never saw a movie and thought how much did it cost and how they did it?
same thing
DNT 2.5
64-bit
Posts: 378
Joined: Thu Sep 24, 2009 2:31 pm
Location:   ▲

Re: creating an operating system

Post by DNT 2.5 »

My uncle wrote a Unix based OS once, it was a while ago, he wrote it as a project, said after he wrote it his understanding of Programming went like this...
Image
As in, he says he understands it MUCH MUCH better now.
IT would be a very rewarding task, but it would take a LOOONG time to write if you wrote it yourself with no help.
Post Reply