Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume page directory entries ( PDE ) and page table entries ( PTE ) require 4 bytes, the same space as page table entries (
Assume page directory entries PDE and page table entries PTE require bytes, the same space as page table entries PTEs in question #
The VPN bits are now broken down into PDI bits, and PTI bits. To simplify bit operations we leave everything in place and do not repurpose bits even though the twolevel page table scheme provides more unused bits at each level eg PD PT
Consider the answers from Questions and where youve calculated the number of bits for the PDI and PTI.
How much total memory is required in bytes to index the HelloWorld.c program using a twolevel page table when we only need to translate total pages?
HINT: We use one Page Directory entry PDE to point to a single Page Table PT that then maps just four page table entries PTEsone for each of the pages
HINT: Calculate the storage requirement for one page directory and one page table.
Answer with numbers only no letters
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started