Mercurial > lcfOS
comparison experiments/qemu_vexpress_a9/layout.ld @ 387:34ac19044b8a
Hello world with paging in emulator
author | Windel Bouwman |
---|---|
date | Thu, 01 May 2014 22:09:18 +0200 |
parents | 2a970e7270e2 |
children |
comparison
equal
deleted
inserted
replaced
386:2a970e7270e2 | 387:34ac19044b8a |
---|---|
1 | 1 |
2 ENTRY(_Reset) | 2 ENTRY(_Reset) |
3 | 3 |
4 SECTIONS | 4 SECTIONS |
5 { | 5 { |
6 . = 0x0010000; | 6 . = 0x010000; |
7 .startup . : { startup.o(.init) } | 7 .startup . : { startup.o(.init) } |
8 .text : {*(.text)} | 8 .text : {*(.text)} |
9 . = ALIGN(0x4000); | 9 . = ALIGN(0x4000); |
10 .data : { | 10 .data : { |
11 *(.padata) | 11 *(.padata) |