Amount of space needed for page directory+page tables
Posted: Wed Feb 20, 2013 8:18 pm
If I understand correctly... the paging structures are set up so the page directory contains 1024 4-byte page directory entries, each of which point to a page table consisting of 1024 4-byte page table entries. So the total space taken up by the page directory entries and page table entries is 1024*1024*4 (1024*1024 page tables entries, four bytes each), plus 1024*4 (1024 page directory entries, four bytes each), for a total of 4.4 MB. Am I understanding this correctly? Because I keep seeing people refer to the paging structures as taking up 4 MB, and I'm not sure how that can be.
This is for x86, without PAE. Thanks very much!
This is for x86, without PAE. Thanks very much!