Widget:SecondPageTableDemo

From COMP15212 Wiki
Revision as of 16:03, 13 August 2019 by pc>Yuron

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

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)