Roll your own toy UNIX-clone OS
jamesmolloy.co.uk
Roll your own toy UNIX-clone OS
1–10 of 21 posts
Re: Roll your own toy UNIX-clone OS
#2Re: Roll your own toy UNIX-clone OS
#3Re: Roll your own toy UNIX-clone OS
#4Re: Roll your own toy UNIX-clone OS
#5●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
Gold autumn, personality Mes clothing + Shoes, Travel bag that grabs an eye coat + Chao packet Free transport
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
●------ http://u.ly/73I ------●
Re: Roll your own toy UNIX-clone OS
#6Re: Roll your own toy UNIX-clone OS
#7Unfortunately, the project seems to be dead.
Re: Roll your own toy UNIX-clone OS
#8Re: Roll your own toy UNIX-clone OS
#9Whereas the link above will help you learn the innards of a kernel, this will help you understand what packages on top of that make a functional, useful system.
Re: Roll your own toy UNIX-clone OS
#10My Op Sys class in school was designed around compiling your own toy 'unix' kernel and rewriting large portions of it from scratch for educational reasons. We used the Tanenbaum book and his "Minix" system. It was far and away the most informative class I had in school.
The 'problem' with this, if you want to approach it that way, is that Minix is not representative of how most OSes in the real world work: It's a microkernel in a world of monolithic kernels, which means studying it to learn how the rest of the OS world works is a bit like looking at electric engines to figure out how your gas-powered car runs on the inside.
(There's also the jibe that microkernels are the wave of the future, and always will be.)