memmap.ld (94B)
1 SECTIONS 2 { 3 .text 0x100000 : { 4 *(.text) 5 } 6 .data : { 7 *(.data) 8 } 9 .bss : { 10 *(.bss) 11 } 12 }