Consider a memory system with the following details Virtual
Consider a memory system with the following details:
Virtual memory: 32G
Physical memory: 8G
Page size: 512 bytes
Assuming inverted page table where each page table entry requires 16 bytes
How many entries are in the inverted page table?
Solution
Physical memory: 8GB = 233B
Page Size: 512 B= 29 B
Total pages: 233/29=224
These are the number of entries
