Files
raspberrypi/bench02/memmap
2012-06-06 14:14:57 -04:00

13 lines
136 B
Plaintext

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