Mercurial > lcfOS
annotate kernel/recipe.yaml @ 342:86b02c98a717 devel
Moved target directory
author | Windel Bouwman |
---|---|
date | Sat, 01 Mar 2014 15:40:31 +0100 |
parents | 4d204f6f7d4e |
children |
rev | line source |
---|---|
330 | 1 |
2 link: | |
3 inputs: | |
334 | 4 - assemble: |
340 | 5 source: startup_a9.asm |
341 | 6 machine: thumb |
334 | 7 - compile: |
330 | 8 sources: [memory.c3, kernel.c3, syscall.c3, process.c3, schedule.c3, arch_arm.c3] |
9 includes: [] | |
341 | 10 machine: thumb |
330 | 11 output: kernel.elf2 |
336
d1ecc493384e
Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents:
334
diff
changeset
|
12 layout: |
340 | 13 code: 0x10000 |
336
d1ecc493384e
Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents:
334
diff
changeset
|
14 data: 0x20000000 |
d1ecc493384e
Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents:
334
diff
changeset
|
15 output: kernel.bin |
330 | 16 |