On Mon, 2004-02-09 at 08:21, Andrew Jorgensen wrote: > If you want to be real strict about it go build yourself whatever your > idea of minimal is and tell us what it includes (actually build it, > don't just dream it up). To be an OS the system must be able to operate. > The kernel is the kernel of the OS, not the OS itself.
Please go take ECEn 425 if you want to write a minimal OS yourself. It has no init, C-libraries, file-systems, or any of that over-bloated junk ;) User programs have to load the OS at the start themselves. At the end of the semester you will write a simple multi-threaded tetris games that runs on the OS. http://www.ee.byu.edu/ee/class/ee425/base/labs/kernel.html http://www.ee.byu.edu/ee/class/ee425/base/labs.html Bryan ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
