Widget:SecondPageTableDemo

From COMP15212 Wiki

This demonstration demonstrates the operation of a Two-level Page Table.

Dark-mode widget for embedding

Virtual Address in binary (8 bits)

Virtual Address = L1 PageTable index (2 bits) + L2 PageTable index (2 bits) + Offset (4 bits)

Physical Address in binary (8 bits)