mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix alt text for image
This commit is contained in:
@@ -158,7 +158,7 @@ The physical address of the currently active level 4 page table, which is the ro
|
||||
|
||||
The above page table hierarchy maps two pages (in blue). The start addresses of these pages are `0x803FE7F000` and `0x803FE00000`. Let's see what happens when the program tries to read from address `0x803FE7F5CE`. First, we convert the address to binary and determine the page table indices and the page offset for the address:
|
||||
|
||||

|
||||

|
||||
|
||||
With these indices, we can now walk the page table hierarchy to determine the mapped frame for the address:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user