Files
raspberrypi/float03/memmap
2013-02-24 23:34:04 -05:00

13 lines
140 B
Plaintext

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