Mercurial > lcfOS
comparison user/hello.c3 @ 311:ff665880a6b0
Added testcase for kernel and userspace
author | Windel Bouwman |
---|---|
date | Mon, 16 Dec 2013 12:49:24 +0100 |
parents | c9781c73e7e2 |
children | 04cf4d26a3bc |
comparison
equal
deleted
inserted
replaced
310:e95e5572cd6d | 311:ff665880a6b0 |
---|---|
3 | 3 |
4 /* | 4 /* |
5 Demo program running in userspace. | 5 Demo program running in userspace. |
6 */ | 6 */ |
7 | 7 |
8 func void start() | 8 function void start() |
9 { | 9 { |
10 lib.print("Hello space"); | 10 lib.print('Hello space'); |
11 } | 11 } |
12 | 12 |