view kernel/arch/qemu_vexpress/layout.mmap @ 405:f381cea07fec

merge
author Windel Bouwman
date Thu, 19 Feb 2015 14:10:52 +0100
parents c0d9837acde8
children b1daa462ee17
line wrap: on
line source


MEMORY image LOCATION=0x10000 SIZE=0x10000 {
    SECTION(reset)
    SECTION(code)
    ALIGN(0x4000)
    SECTION(mem_tables)
    ALIGN(0x4000)
    SECTION(ramdisk)
}

MEMORY ram LOCATION=0x20000 SIZE=0x10000 {
    SECTION(data)
}