File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ In this lesson, we are going to fix all issues mentioned above by introducing vi
88
99```
1010 Virtual address Physical Memory
11- +-----------------------------------------------------------------------+ +-----------------_ +
11+ +-----------------------------------------------------------------------+ +------------------ +
1212| | PGD Index | PUD Index | PMD Index | PTE Index | Page offset | | |
1313+-----------------------------------------------------------------------+ | |
141463 47 | 38 | 29 | 20 | 11 | 0 | Page N |
@@ -50,7 +50,7 @@ There is one more thing that I want to discuss before we start looking at the so
5050
5151```
5252 Virtual address Physical Memory
53- +-----------------------------------------------------------------------+ +-----------------_ +
53+ +-----------------------------------------------------------------------+ +------------------ +
5454| | PGD Index | PUD Index | PMD Index | Section offset | | |
5555+-----------------------------------------------------------------------+ | |
565663 47 | 38 | 29 | 20 | 0 | Section N |
You can’t perform that action at this time.
0 commit comments