Skip to content

Commit 8c034f4

Browse files
authored
Tables now are prettier :)
1 parent 7643ff1 commit 8c034f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lesson06/rpi-os.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
+-----------------------------------------------------------------------+ | |
1414
63 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
+-----------------------------------------------------------------------+ | |
5656
63 47 | 38 | 29 | 20 | 0 | Section N |

0 commit comments

Comments
 (0)