Widget:SecondPageTableDemo: Difference between revisions

From COMP15212 Wiki
m 1 revision imported
m 1 revision imported
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This demonstration demonstrates the operation of a Two-level Page Table.
This demonstration demonstrates the operation of a Two-level Page Table.
[{{canonicalurl:Special:ShowWidget|widget=SecondPageTableDemo}} Dark-mode widget for embedding]
{{#widget:SecondPageTableDemo}}
{{#widget:SecondPageTableDemo}}
</noinclude>
</noinclude>

Latest revision as of 07:22, 14 August 2019

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)