All this & that, but where really to start..help!!
Posted: Wed Jul 18, 2001 6:59 pm
Ok, i have _read_ through many book about the "DESIGN" of operating systems, but none talk about implementation...and personally, when i look at existing kernels, I have no idea around it. Seems like I know which theory to apply here but have NO clue about getting started with it. I looked at the kernels from this site, still in vain.
I know after I get the kernel loaded, I need to start the memory manager, task manager(scheduler), file system manager etc....but how!! My idea is to create classes for each one, and there will be one main file that starts each class. I am anxious to do this in C++, as you can see ;) The thing that I always wonder is how....can anyone guide me through this? at least a small example. I would be very grateful. If you other means, let me know.
Thanks a lot.
Shawn
You can contact me at [email protected], if you wish. Thanks again.
I know after I get the kernel loaded, I need to start the memory manager, task manager(scheduler), file system manager etc....but how!! My idea is to create classes for each one, and there will be one main file that starts each class. I am anxious to do this in C++, as you can see ;) The thing that I always wonder is how....can anyone guide me through this? at least a small example. I would be very grateful. If you other means, let me know.
Thanks a lot.
Shawn
You can contact me at [email protected], if you wish. Thanks again.