view kernel/arch/qemu_vexpress/layout.mmap @ 398:c0d9837acde8

x86 target refactor
author Windel Bouwman
date Thu, 29 May 2014 12:13:37 +0200
parents 2ec730e45ea1
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)
}