comparison 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
comparison
equal deleted inserted replaced
407:9eb1fc6aad6c 408:ad6be5454067
1 1
2 MEMORY image LOCATION=0x60010000 SIZE=0x10000 { 2 MEMORY image LOCATION=0x60010000 SIZE=0x10000
3 {
3 SECTION(reset) 4 SECTION(reset)
4 SECTION(code) 5 SECTION(code)
5 ALIGN(0x4000) 6 ALIGN(0x4000)
6 SECTION(mem_tables) 7 SECTION(mem_tables)
7 ALIGN(0x4000) 8 ALIGN(0x4000)
8 SECTION(ramdisk) 9 SECTION(ramdisk)
9 } 10 }
10 11
11 MEMORY ram LOCATION=0x60020000 SIZE=0x10000 { 12 MEMORY ram LOCATION=0x60020000 SIZE=0x10000 {
13 SECTION(stack)
12 SECTION(data) 14 SECTION(data)
13 } 15 }
14 16