You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We look at the page tables that define how our kernel is mapped.
When we run it, we see the following output:
"Level 4 page table at: PhysAddr(0x1000)"
So, the currently active level 4 page table is stored at
address `0x1000` in physical memory.
0 commit comments