Widget:SecondPageTableDemo

From COMP15212 Wiki
Revision as of 21:20, 18 June 2019 by pc>Yuron (Created page with "<noinclude> This demonstration demonstrates the operation of a Two-level Page Table. {{#widget:SecondPageTableDemo}} </noinclude> <includeonly> <p><canvas id="page_2_canvas" w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)