ENTRY(main) OUTPUT_FORMAT(binary) OUTPUT_ARCH(i386:i386) SECTIONS { . = 0x80000; .text : { *(.text*) } }