ENTRY(_boot) SECTIONS { /* irrelevant, see linker.ld for details */ . = 0x2000000; __start = .; loader_stage1 : { KEEP(loader_stage1.o) } __end = .; _stack_top = 0x8000; }
index : rpi-MMU-example | ||
Simple kernel to present usage of Memory Management Unit, under Raspberry Pi 3B running libre firmware |
aboutsummaryrefslogtreecommitdiff |
ENTRY(_boot) SECTIONS { /* irrelevant, see linker.ld for details */ . = 0x2000000; __start = .; loader_stage1 : { KEEP(loader_stage1.o) } __end = .; _stack_top = 0x8000; }