ENTRY(start) SECTIONS { . = 1M; .boot : { /* ensure that the multiboot heater is at the beginning */ KEEP(*(.multiboot_header)) } .text : { *(.text) } }