Structure of the Page Table
Single level
Two level
- page table 本身也是一個 page table
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Hashed Page Tables
- handling address spaces ≥ 32 bits
- hash function collision 的次數等同於 TLB miss 時需要存取記憶體的次數
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Inverted Page Table
- 只用一個page table(所有process共用)
- 以physical memory為對象
- 若有m個frame , 則有m個table entries
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
- 減少記憶體使用量
- 增加搜尋table的時間
- 不適合實作shared memory
last edit
dotSat, Jan 4, 2020 10:38 PM
HOME PAGE
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →