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
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
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!
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