PHDRS { all PT_LOAD; } SECTIONS { .text 0x7C00: { lboot.o(.text) *(.text, .rodata*) *(.data) *(.bss, COMMON) } :all memmap = ALIGN(8); }