Mercurial > lcfOS
comparison kernel/recipe.yaml @ 330:a79ac866732f
Added kernel recipe
author | Windel Bouwman |
---|---|
date | Fri, 07 Feb 2014 12:08:40 +0100 |
parents | |
children | 6f4753202b9a |
comparison
equal
deleted
inserted
replaced
329:8f6f3ace4e78 | 330:a79ac866732f |
---|---|
1 | |
2 link: | |
3 inputs: | |
4 compile: | |
5 sources: [memory.c3, kernel.c3, syscall.c3, process.c3, schedule.c3, arch_arm.c3] | |
6 includes: [] | |
7 machine: arm | |
8 output: kernel.elf2 | |
9 assemble: | |
10 source: boot_arm.asm | |
11 code: 0x8000 | |
12 data: 0x9000 | |
13 |