Click here to Skip to main content
15,895,988 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please inform me what are the initial a steps to build an operating system like Windows 7, xp or MAC or linux....
Posted

Knowing enough programming to not be asking questions like this, then doing it, either with a big team, or with years to spare to get it done.
 
Share this answer
 
A good place to start looking for information can be: OSDev[^]

Their set of tutorials[^] help you cover a lot of ground towards building your own kernel once you've understood the fundamentals.

There are many things you need to do to get something like Windows, Linux, MAC OS, etc.
I'd suggest starting off with trying to build a bootable kernel and then continue with i/o interfacing, memory management, maybe a file system, a shell and networking (I'm sure I missed a lot of things but these should be a start).
 
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