OUTPUT_FORMAT(elf32-i386) ENTRY(kboot) SECTIONS { . = 0; .mboothdr : { *(.mboothdr) } .text : { *(.text) } .data : { *(.data) } .bss : { *(.bss) } }