- A A System Implements A Paged Virtual Address Space For Each Process Using A One Level Page Table The Maximum Size Of V 1 (156.32 KiB) Viewed 26 times
a A system implements a paged virtual address space for each process using a one-level page table. The maximum size of v
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
a A system implements a paged virtual address space for each process using a one-level page table. The maximum size of v
a A system implements a paged virtual address space for each process using a one-level page table. The maximum size of virtual address space is 64KB. The page table for the running process includes the following valid entries ( the ► notation indicates that a virtual page maps to the given page frame, that is, it is located in that frame): Virtual page 1 Page frame 0 Virtual page 2 → Page frame 4 Virtual page 8 → Page frame 1 Virtual page 7 Page frame 2 Virtual page 10 → Page frame 5 Virtual page 20 → Page frame 6 The page size is 1K bytes and the maximum physical memory size of the machine is 8KB. 1. How many bits are required for each virtual address? (6 pts) 2. How many bits are required for each physical address? (6 pts) 3. What is the maximum number of entries in a page table? (6 pts) 4. To which physical address (in HEX) will the virtual address Ox16AB translate? (6 pts) 5. Which virtual address (in HEX) will translate to physical address OxA8C translate? (6 pts)