diff options
author | dzwdz | 2022-07-16 21:03:40 +0200 |
---|---|---|
committer | dzwdz | 2022-07-16 21:03:40 +0200 |
commit | c8ed6aa7476b7f506366d9fe56ed6f2e7a12b40d (patch) | |
tree | eac26e380be691734d767bb1238e30751e0351e2 /src/user/app | |
parent | b26098268eb443f1ed3dc50d902b2beee40c8342 (diff) |
amd64: init can print to the terminal now
Diffstat (limited to 'src/user/app')
-rw-r--r-- | src/user/app/main.c | 2 |
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("/")) { |