diff options
Diffstat (limited to 'src/user/hello')
-rw-r--r-- | src/user/hello/hello.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/user/hello/hello.c b/src/user/hello/hello.c new file mode 100644 index 0000000..65e23f0 --- /dev/null +++ b/src/user/hello/hello.c @@ -0,0 +1,5 @@ +#include <knob/user.h> + +void main() { + tell_user_sz("\nHello, world!\nThis is a userspace program that has been started by init."); +}
\ No newline at end of file |