aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/main.c')
-rw-r--r--src/userspace/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/userspace/main.c b/src/userspace/main.c
new file mode 100644
index 0000000..526144e
--- /dev/null
+++ b/src/userspace/main.c
@@ -0,0 +1,5 @@
+#include <kernel/syscall/syscall.h>
+
+void test_user() {
+ syscall_serial_write("Hello, user world!\n");
+} \ No newline at end of file