view kernel/arch/qemu_vexpress/vexpressA9.mmap @ 386:2a970e7270e2

Added repeat assembler macro
author Windel Bouwman
date Thu, 01 May 2014 17:40:59 +0200
parents 173e20a47fda
children
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)
}