Files
raspberrypi/newlib0/memmap

13 lines
133 B
Plaintext

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