Page 2 of 2

Posted: Fri Feb 22, 2008 8:56 am
by pini
Ok, I think I understand now some of your previous code : you can clear that much entries iif all your page tables are contiguous in memory. If so, your lookup algorithm seems correct too.
Parameter has size / 4096 already
Yeah, looks like I misunderstood your comment.

Posted: Sat Feb 23, 2008 6:23 am
by Jef
no prob.
But be aware that your code only works if all the requested pages fit in a single page table.
So, this comment is not for my code.