Hashed page table

Creator
Created
Created
2019 Nov 5 5:17
Editor
Edited
Edited
2021 May 19 8:22
Refs
Refs
Language
Language
Bash
  • The virtual page number is hashed into a page table
  • This page table contains a chain of elements hashing to the same location
- need hash function and page table like hash table
notion image
Virtual page numbers are compared in this chain searching for a match. If a match is found, the corresponding physical frame is extracted (fast)

Recommendations