changeset 330:a79ac866732f

Added kernel recipe
author Windel Bouwman
date Fri, 07 Feb 2014 12:08:40 +0100
parents 8f6f3ace4e78
children a78b41ff6ad2
files kernel/recipe.yaml
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/kernel/recipe.yaml	Fri Feb 07 12:08:40 2014 +0100
@@ -0,0 +1,13 @@
+
+link:
+  inputs:
+    compile:
+       sources: [memory.c3, kernel.c3, syscall.c3, process.c3, schedule.c3, arch_arm.c3]
+       includes: []
+       machine: arm
+       output: kernel.elf2
+    assemble:
+       source: boot_arm.asm
+  code: 0x8000
+  data: 0x9000
+