- Level 1 page table occupies exactly one page of memory
- 32 bit virtual address
- Page size 8kb
- PTE 4 bytes
How many bits for each of the fields?
How many entries are in the level 1 table?
How many entries are in the level 2 table?
How many pages do the level 2 page table map?
I tried and got 13 for offset and 11 for level 1 and 8 for level 2. Not sure how to solve the rest.