Mercurial > lcfOS
view kernel/thumb.yaml @ 378:83b462f14e67
Small fix
author | Windel Bouwman |
---|---|
date | Fri, 11 Apr 2014 15:50:20 +0200 |
parents | 577ed7fb3fe4 |
children |
line wrap: on
line source
link: inputs: - assemble: source: startup_m3.asm machine: thumb - compile: sources: ['src/kernel.c3', 'src/syscall.c3', 'src/schedule.c3', 'arch/cortexm3.c3', 'src/io.c3', 'src/memory.c3', 'src/process.c3', 'arch/qemu_m3/archmem.c3' ] machine: thumb layout: code: 0x10000 data: 0x20000000 output: kernel_thumb.bin