[cs33211] OS Project Question

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Nov 7 13:45:10 EST 2012


> 
> Do we have to use a page table in our implementation? I am only using two
> arrays - one for the RAM frames and one for the backing store. When my
> program requests a page, it searches for the page number in the RAM array.
> If it is not there, the second chance algorithm replaces a page number in
> this array with one in the backing store. Is this ok? Thanks.

Your first (RAM) array is your page table. 

Thanks,
--
Mikhail



More information about the cs33211 mailing list