view kernel/arch/qemu_vexpress/layout.mmap @ 402:0fb6633c42f6

Moved several files to logical locations
author Windel Bouwman
date Thu, 19 Feb 2015 00:13:07 +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)
}