Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
What knowledge must I have to develop an os? What programs will I need if decide to make an os?
Posted

 
Share this answer
 
Comments
fjdiewornncalwe 26-Sep-12 10:49am    
+5. Just the article I was thinking of linking to.
ridoy 26-Sep-12 12:35pm    
thanks Marcus..
Look here, it raises some points that I'd otherwise have to type. :)

http://www.daniweb.com/software-development/computer-science/threads/4894/designing-an-operating-system[^]

Best place to go is probably the Linux kernel site, http://www.kernel.org/[^]

this will help as well

http://www.linuxfromscratch.org/[^]


Understand, even when all the source is available, it's a complex task to build and create a working operating system!
 
Share this answer
 
One more resource is the book "Operating Systems: Design and Implementation 3/e" by Tanenbaum. This guides you through the innards of an operating system called Minix3[^]

(Note: I have no first hand experience with either the book or Minix itself, but I see good reviews of that book).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900