Need your suggestions, I want to learn writing a OS?

China
November 30, 2008 11:17pm CST
Hi guys, I'd like to learn knowledge of OS, I believe write one by myself is the best way to learn. Could you give some suggestions? Or some books, some experiences. Thanks in advance.
2 responses
• India
1 Dec 08
wow. ur own OS? damn tht would b a long process since it takes years to make one
• China
1 Dec 08
Yeah, I know. I believe it would take a long time to finish new os, but my main purpose is learn base knowledge of a operating system, so I just implement simple one first step. Could you give some suggestions, websites, books, experiences? Thanks.
• India
1 Dec 08
start from learning another langyage like C or C++ n then go to learnign OS they are made using C n C++ so it wuld put u on a good start
@rosdimy (3926)
• Malaysia
1 Dec 08
It is possible to start writing a new OS. Linux was originally created by one person. This means you have a remote chance of gaining fame. 1) Decide on the functions and appearance of your OS. When you start the actual coding do not deviate from the original plan. 2) Use as many subroutines as possible. Proper use of subroutines will reduce the number of bugs. It will be easier to trace them. It will also make it easier to make any expansion. Best of luck.