Structure of the Page Table
Single level
Two level
- page table 本身也是一個 page table


Hashed Page Tables
- handling address spaces ≥ 32 bits
- hash function collision 的次數等同於 TLB miss 時需要存取記憶體的次數

Inverted Page Table
- 只用一個page table(所有process共用)
- 以physical memory為對象
- 若有m個frame , 則有m個table entries

- 減少記憶體使用量
- 增加搜尋table的時間
- 不適合實作shared memory
last edit
dotSat, Jan 4, 2020 10:38 PM
HOME PAGE :chart_with_upwards_trend: