view kernel/arch/qemu_vexpress/layout.mmap @ 408:ad6be5454067

Added image build task
author Windel Bouwman
date Sat, 21 Feb 2015 12:17:47 +0100
parents b1daa462ee17
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)
}