1 2 3 4 5 6 7 8 9 10 11 12 13
OUTPUT_FORMAT(binary) /*STARTUP(boot1.o)*/ SECTIONS { . = 0x8000; .text BLOCK(4K) : ALIGN(4K) { *(.text) } }