Mercurial > lcfOS
annotate kernel/arch/qemu_vexpress/layout.mmap @ 408:ad6be5454067
Added image build task
author | Windel Bouwman |
---|---|
date | Sat, 21 Feb 2015 12:17:47 +0100 |
parents | b1daa462ee17 |
children |
rev | line source |
---|---|
377 | 1 |
408 | 2 MEMORY image LOCATION=0x60010000 SIZE=0x10000 |
3 { | |
383 | 4 SECTION(reset) |
5 SECTION(code) | |
386 | 6 ALIGN(0x4000) |
7 SECTION(mem_tables) | |
398 | 8 ALIGN(0x4000) |
9 SECTION(ramdisk) | |
377 | 10 } |
11 | |
406 | 12 MEMORY ram LOCATION=0x60020000 SIZE=0x10000 { |
408 | 13 SECTION(stack) |
383 | 14 SECTION(data) |
15 } | |
16 |