[cs33211] Re: OS project clarification

Mikhail Nesterenko mikhail at cs.kent.edu
Fri Apr 3 16:28:12 EDT 2009


> 
> The Project description says that the frames are initially empty, but I need
> to have some pages in the frames so as to tell if it is a page hit or a page
> miss.
> 
> So I am using the first 10 (0-9) pages of my text file to fill in the
> frames. That means my actual program implementation starts from page # 10.
> Is this okay or do we have to implement this in some other way.
> Please let me know if you wanted us to implementing this differently.

fill in the first pages in sequence. Note that first 10 unique
requests would be page misses.

Thanks, 
-- 
Mikhail


More information about the cs33211 mailing list