Question: A computer has 64-bit virtual addresses, byte-addressed memory, 1 Kbyte page size, 16 M page frames in main memory, and has 8 bits of metadata
A computer has 64-bit virtual addresses, byte-addressed memory, 1 Kbyte page size, 16 M page frames in main memory, and has 8 bits of metadata about each page.
1 .A program for this computer uses a total of 8 consecutive pages of virtual memory to hold all of its instructions and data. How many bytes of main memory will be consumed for the page table of this program if the page table is two level and the question is what is the lower bound for table space. The second level table holds the page metadata, not the first-level table. However, all page table entries are aligned in memory as 32-bit integers.
2. how about three level table?
Step by Step Solution
3.45 Rating (155 Votes )
There are 3 Steps involved in it
Each 32bit page table entry PTE contains 20 bits of information about a pagesince the page size is 1 ... View full answer
Get step-by-step solutions from verified subject matter experts
