
-----------------------------------
ojohn
Wed Apr 04, 2007 11:30 pm

Operating Systems
-----------------------------------
I have been reading a lot lately about different algorithms used in OS such as page replacement, fragmentation and so on. However, i couldn't find any pseudo-code or code implementaions of such algorithms. I'm interested in something like FIFO, LRU, etc. I'm wondering if anybody recommends any book or website on that subject, including the implementation of such algorithms and methods

-----------------------------------
md
Thu Apr 05, 2007 12:02 am

RE:Operating Systems
-----------------------------------
check out "Operating Systems Design and Implementation" the 3rd edition is probably most useful; but the 1st and 2nd aren't bad.

Gives the complete source listing for the entire kernel of a microkernel unix implementation. Quite cool actually.

-----------------------------------
ojohn
Fri Apr 06, 2007 10:03 pm

Re: Operating Systems
-----------------------------------
Thanks md, i really apreciate it.
