view kernel/arch/qemu_vexpress/layout.mmap @ 393:6ae782a085e0

Added init program
author Windel Bouwman
date Sat, 17 May 2014 21:17:40 +0200
parents 2ec730e45ea1
children c0d9837acde8
line wrap: on
line source


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

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