summaryrefslogtreecommitdiff
path: root/src/user
diff options
context:
space:
mode:
Diffstat (limited to 'src/user')
-rw-r--r--src/user/app/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user/app/main.c b/src/user/app/main.c
index 92aa56c..527d29f 100644
--- a/src/user/app/main.c
+++ b/src/user/app/main.c
@@ -23,6 +23,8 @@ int main(void) {
file_reopen(stdout, "/com1", 0);
printf("preinit\n");
+ _syscall_exit(0); // temporary
+
/* move everything provided by the kernel to /kdev */
MOUNT("/kdev/", fs_passthru(NULL));
if (!fork2_n_mount("/")) {