MEMORY { ram : ORIGIN = 0x00000000, LENGTH = 0x200000 } SECTIONS { .text : { *(.text*) } > ram .bss : { *(.bss*) } > ram }