From 73bb0e48640b842824a0b45fe4854df8ff7faf7b Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sun, 6 Sep 2020 13:44:20 -0400 Subject: bugfixes, init program, hello world --- src/user/hello/hello.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/user/hello/hello.c (limited to 'src/user/hello') 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 + +void main() { + tell_user_sz("\nHello, world!\nThis is a userspace program that has been started by init."); +} \ No newline at end of file -- cgit v1.2.3