view kernel/recipe.yaml @ 340:c7cc54c0dfdf devel

Test featurebranch
author Windel Bouwman
date Sun, 23 Feb 2014 16:24:01 +0100
parents d1ecc493384e
children 4d204f6f7d4e
line wrap: on
line source


link:
  inputs:
    - assemble:
       source: startup_a9.asm
       machine: arm
    - compile:
       sources: [memory.c3, kernel.c3, syscall.c3, process.c3, schedule.c3, arch_arm.c3]
       includes: []
       machine: arm
       output: kernel.elf2
  layout:
     code: 0x10000
     data: 0x20000000
  output: kernel.bin