Mercurial > lcfOS
view user/build.xml @ 387:34ac19044b8a
Hello world with paging in emulator
author | Windel Bouwman |
---|---|
date | Thu, 01 May 2014 22:09:18 +0200 |
parents | d056b552d3f4 |
children | 6ae782a085e0 |
line wrap: on
line source
<project name="Userspace" default="all"> <target name="all" depends="hello"> </target> <target name="hello"> <compile sources="lib.c3;ipc.c3;hello.c3" target="arm" output="hello.o"/> <link output="hello.bin" layout="app.mmap" target="arm" objects="hello.o"/> </target> </project>