Skip to content

Commit 7a341de

Browse files
committed
Fix wrong output in README
1 parent 47996b4 commit 7a341de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

0E_global_println/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ ferris@box:~$ make raspboot
1717

1818
[0] UART is live!
1919
[1] Press a key to continue booting... Greetings fellow Rustacean!
20-
[2] Switching MMU on now... MMU online.
21-
[i] Memory layout:
22-
0x00000000 - 0x0007FFFF | 512 KiB | Kernel stack
23-
0x00080000 - 0x00082FFF | 12 KiB | Kernel code and RO data
24-
0x00083000 - 0x00085007 | 8 KiB | Kernel data and BSS
25-
0x3F000000 - 0x3FFFFFFF | 16 MiB | Device MMIO
20+
[2] MMU online.
21+
[i] Kernel memory layout:
22+
0x00000000 - 0x0007FFFF | 512 KiB | C RW PXN | Kernel stack
23+
0x00080000 - 0x00082FFF | 12 KiB | C RO PX | Kernel code and RO data
24+
0x00083000 - 0x0008500F | 8 KiB | C RW PXN | Kernel data and BSS
25+
0x3F000000 - 0x3FFFFFFF | 16 MiB | Dev RW PXN | Device MMIO
2626

2727
$>
2828
```

0 commit comments

Comments
 (0)