Widget:SecondPageTableDemo: Difference between revisions

From COMP15212 Wiki
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...")
(No difference)

Revision as of 21:20, 18 June 2019

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)