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 ChanWhat should the page table size be?