Files
raspberrypi/zlib/memmap
2012-05-29 02:13:41 -04:00

13 lines
137 B
Plaintext

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