Operating Systems
Author |
Message |
ojohn
|
Posted: Wed Apr 04, 2007 11:30 pm Post subject: 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 |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
md

|
Posted: Thu Apr 05, 2007 12:02 am Post subject: 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
|
Posted: Fri Apr 06, 2007 10:03 pm Post subject: Re: Operating Systems |
|
|
Thanks md, i really apreciate it. |
|
|
|
|
 |
|
|