Dear Fellow,
I want to make my own OS, Kindly suggest from where i should start. please help me out.
Making Own OS
-
- Havaldaar
- Posts: 142
- Joined: Fri Sep 22, 2006 8:33 pm
- Contact:
Re: Making Own OS
Hi,
Start learning C / C++ , then write your own code for kernel then write some applications then compile them and do some testing. There you go, you have a working OS of your own.
Start learning C / C++ , then write your own code for kernel then write some applications then compile them and do some testing. There you go, you have a working OS of your own.
Kind Regards
Mudasir Mirza (RHCE)
(+971)55-1045754
http://www.crystalnetworks.org
http://www.diglinux.com
Mudasir Mirza (RHCE)
(+971)55-1045754
http://www.crystalnetworks.org
http://www.diglinux.com
Re: Making Own OS
zaigham_tt wrote:Dear Fellow,
I want to make my own OS, Kindly suggest from where i should start. please help me out.
if you are talking about own Linux distribution then goto http://www.linuxfromscratch.org/lfs/
and read it carefully.