Files
raspberrypi/float02/memmap
2012-06-13 02:34:58 -04:00

13 lines
140 B
Plaintext

MEMORY
{
ram : ORIGIN = 0x8000, LENGTH = 0x30000-0x8000
}
SECTIONS
{
.text : { *(.text*) } > ram
.bss : { *(.bss*) } > ram
}