File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments