Jump to content
Urch Forums

Page Map Table Help


johnnyrocket

Recommended Posts

The format of the Page Table Entries for a certain system that employs 32-bit virtual addresses and pages that are 8192 bytes in size is shown below:

 

Bit23: Valid Bit

Bit22: Modify Bit

Bits 21-18: LRU Bits

Bits 17-0: Frame Number

 

- What is the maximum amount of physical memory the system could contain?

My guess: We have 18 bits for the frame number. So 2^18 * 8192 bytes = 2 GB

 

-What would be the total size in bytes of the page map table?

-If an inverted page map table is used what would be its total size in bytes if the LRU field within each PTE is reduced to 3 bits?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...