Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
OUTPUT_ARCH(mmix) OUTPUT_FORMAT("mmo") ENTRY(Main) SECTIONS { .text 0x100 + sizeof_headers : { *(.text); Main = _start; } .MMIX.reg_contents : { *(.MMIX.reg_contents); } }