Question: Consider a 20-bit virtual address space with 64-byte pages. Assume that a page table entry in any level occupies 4 bytes. (3 pts) If the
- Consider a 20-bit virtual address space with 64-byte pages. Assume that a page table entry in any level occupies 4 bytes.
- (3 pts) If the OS keeps a linear page table, how many bits are needed for representing page table entry indices?
- (4 pts) If the OS keeps a linear page table, how many pages does this page table occupy?
- (3 pts) If the OS keeps a page directory to keep track of page table pages, how many bits are needed for representing page table indices?
- (4 pts) If the OS keeps a page directory, how many pages does the page directory occupy?
- (6 pts) If you consider linear page table as Level 1 and page directory as Level 2 page table, what is the maximum page number level that can be implemented for this system? Explain your reasoning. You might want to draw a figure representing the address bits and how you partition them.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
