Questions about Paging (theory)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
pini
Member
Member
Posts: 26
Joined: Wed Oct 18, 2006 5:12 am
Location: Nancy, France

Post 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.
Don't think you can. Know you can.
User avatar
Jef
Member
Member
Posts: 112
Joined: Tue Jan 08, 2008 7:25 am
Location: Greece
Contact:

Post 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.
Keep coding...
...the sky is the limit

AsteriOS project: http://www.mindfields.gr/main/index.php ... &Itemid=27
Post Reply