Files
raspberrypi/twain/memmap

13 lines
138 B
Plaintext

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