28. <9 pts> Given the virtual memory address space of 28bits and 36 bits for physical memory, answer the following:
28.a. ( 3.0 pts) Given that this virtualaddress (0xF3B77EC) maps to physical address (0x3FC1627EC), what isthe hexadecimal value of the index into the page table?
28.b. ( 3.0 pts) Given that this virtualaddress (0xF3B77EC) maps to physical address (0x3FC1627EC), what isthe value in the page table entry in hexadecimal?
28.c. ( 3.0 pts) Given that this virtualaddress (0xF3B77EC) maps to physical address (0x3FC1627EC), what isthe physical page offset?
28.d. ( 3.0 pts) Assuming no physical memoryis mapped to virual memory, I access virtual address 0x7C2800, Iget a page fault and 4K of physical memory is now mapped. If I amaccessing successive addresses (0x7C2801, 0x7C2802, ... ), how many"hits" will I get before another page fault?
28. <9 pts> Given the virtual memory address space of 28 bits and 36 bits for physical memory, answer the following: 28.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am