ENTRY(_boot) SECTIONS { /* irrelevant, see linker.ld for details */ . = 0x2000000; __start = .; loader_stage1 : { KEEP(loader_stage1.o) } __end = .; _stack_top = 0x8000; }