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