Need Guidance to develop a linux OS [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question 开发者_如何转开发I like to develop a Linux OS , what are all the languages i should learn !!
I have basic idea of C and C ++
Pls suggest me
C and http://www.linuxfromscratch.org/ is a good start for that.
Don't forget Assembly, you need to build a common set of assembly routines, to boot the machine and to abstract and unify hardware and processor specific features such as MMU, Mode switching, processing interupts etc. The assembly routines will have to conform to an ABI of your choosing.
C, C++ come next :D
I have to agree with tur1ng
- LinuxFromScratch is a good basis for a nice *NIX OS. I would also look into Gentoo as well. If you want to start with a very basic system, another good option would be Zenwalk Core Edition http://www.zenwalk.org/modules/tinycontent/index.php?id=32
I hope this helps!
精彩评论