Mercurial > lcfOS
view kernel/arch/qemu_vexpress/layout.mmap @ 410:6aa9743ed362 tip
Reflect change in c3 public modifier
author | Windel Bouwman |
---|---|
date | Mon, 23 Feb 2015 21:06:04 +0100 |
parents | ad6be5454067 |
children |
line wrap: on
line source
MEMORY image LOCATION=0x60010000 SIZE=0x10000 { SECTION(reset) SECTION(code) ALIGN(0x4000) SECTION(mem_tables) ALIGN(0x4000) SECTION(ramdisk) } MEMORY ram LOCATION=0x60020000 SIZE=0x10000 { SECTION(stack) SECTION(data) }