Radith said:
Yeh;
So do any of you's know how to make a OS, I mean i'm new to programming and
many people say that Bill Gates kind of marketed the simple idea of
the OS.
Actually, Bill Gates bought an operating system and "improved" upon it.
The concept of an operating system predates Bill's graduation from
high school. He did not invent the operating system; he has marketed
_an_ operating system. There are other operating systems out there
{some would say better ones}.
So any of you's ever make one; how long would it take, how many in your
team; any books out there devoted to making OS.
Yes, I've written operating systems for embedded applications.
Simple ones are easy and can be written and debugged in about a week.
More complex ones take teams of 10s of people many years to complete.
For a better answer to your question, research the development of these
operating systems:
Unix, VMS, Nucleus Plus, CP/M, MacIntosh's OS, and Cygwin.
After you learn data structures, programming languages, a couple of
assembly languages then take some courses on operating systems.
You'll probably also need to take some higher level math classes
such as Calculus and Linear Algebra.
If you want to write the OS all by yourself, you will also need
to take some Hardware (Electronics) courses to understand how to
support the computer's hardware, such as printers, graphic displays,
coprocessors, harddrives and memory.
Thanx for all replies. Much appreciated.
Radith
If you don't like Bill Gates' operating systems, choose another.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq:
http://www.parashift.com/c++-faq-lite
C Faq:
http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library