Files
raspberrypi/twain/memmap
2012-06-08 22:35:30 -04:00

13 lines
140 B
Plaintext

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