Page 1 of 1
Can I do all the OS by myself?
Posted: Thu Feb 20, 2003 12:00 am
by Pepito
It is possible for one person to program a whole operating system by oneself, or it is necessary get a team to develop one?
Thank you.
RE:Can I do all the OS by myself?
Posted: Thu Feb 20, 2003 12:00 am
by jamethiel
It is quite possible for one person to develop an OS from scratch. Assemblers, compilers, kernel, device drivers, windowing system, network stack, web browser, everything.
That said, it's a lot of work, and you might consider trying to get some outside help once you have the basic stuff working.
RE:Can I do all the OS by myself?
Posted: Thu Feb 20, 2003 12:00 am
by netster403
the best way is to start it yourself, get the base system working to your like. Then you have a say in the direction.
Little tip, when making the OS start by designing a basic library (like libC) for the kernel, including basic functions like stdio, conio, etc. Then you give the library to developers, and the coding goes much smoother.
RE:Can I do all the OS by myself?
Posted: Tue Mar 11, 2003 12:00 am
by Fixa
Yes it is quite possible. But you must have a LOT of free time. I spend on my OS 2-3 hours daily, since 2 years with few breaks. And its still version beta
But it was worthly.