Implementing a Multitasking System
Posted: Wed Dec 26, 2007 5:23 pm
Hey everyone! It's been awhile, but I decided to hop back into OS dev'ing for a little while. I left off after implementing paging/memory management into my kernel, and I was wondering if any of you have implemented a working software or hardware multitasking system, as I would like that to be the next goal for my little hobby.
I have worked on a hardware context switching system, but I cannot get it to work... back to google for now...
I am aware of the pros and cons of each system, and I would like to use software multitasking, but I can't find any good resources out on the web. Do any of you have any reliable resources/code that I could look at?
Thanks,
Michael
I have worked on a hardware context switching system, but I cannot get it to work... back to google for now...
I am aware of the pros and cons of each system, and I would like to use software multitasking, but I can't find any good resources out on the web. Do any of you have any reliable resources/code that I could look at?
Thanks,
Michael