ENTRY(_stage2_main) SECTIONS { /* see loader_stage1.S for details */ . = 0x4000; __start = .; loader_stage2 : { KEEP(loader_stage2.o(.text)) loader_stage2.o uart.o } __end = .; }
![]() |
index : rpi-MMU-example | |
Simple kernel to present usage of Memory Management Unit, under Raspberry Pi 3B running libre firmware |
aboutsummaryrefslogtreecommitdiff |
ENTRY(_stage2_main) SECTIONS { /* see loader_stage1.S for details */ . = 0x4000; __start = .; loader_stage2 : { KEEP(loader_stage2.o(.text)) loader_stage2.o uart.o } __end = .; }