Discussion:
Page Table Size
(too old to reply)
Jackie Chan
2011-07-19 21:36:04 UTC
Permalink
What should the page table size be?
cs350
2011-07-20 03:10:10 UTC
Permalink
That depends on your design, but in general the size of a page table is
determined by the number of pages in the address space. You can get that
information from the ELF file with the exception of the stack segment,
whose size is defined globally for all processes.

-Alex
Post by Jackie Chan
What should the page table size be?
Jackie Chan
2011-07-20 12:47:38 UTC
Permalink
Since the VPN is 20 bits...
Should the page table size be 2^20?

Loading...