PTE also contains an access bit, a dirty bit, a present bit• Present bit: whether this page is in physical memory or on disk• Dirty bit: whether the page has been modified since it was broughtinto memory• Access bit: whether a page has been accessed 18
| 位 | 含义 | OS 用途 | | ------- | ------- | ------ | | Present | 是否在 RAM | 缺页异常 | | Dirty | 是否被修改 | 是否写回磁盘 | | Access | 最近是否使用 | 页面置换 |