Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
OUTPUT_ARCH(mmix) ENTRY(Main) SECTIONS { .text 0x1000000000000000 : { *(.text); Main = _start; } .data 0x2000000000000000 : { *(.data); } .MMIX.reg_contents : { *(.MMIX.reg_contents); } }