summaryrefslogtreecommitdiff
path: root/src/user/app/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/main.c')
-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 f87133e..ff47d4e 100644
--- a/src/user/app/main.c
+++ b/src/user/app/main.c
@@ -63,6 +63,7 @@ int main(void) {
printf("couldn't open /kdev/com1\n");
_syscall_exit(1);
}
+ termcook();
shell_loop();
_syscall_exit(1);
@@ -78,6 +79,7 @@ int main(void) {
printf("couldn't open /keyboard\n");
_syscall_exit(1);
}
+ termcook();
shell_loop();
_syscall_exit(1);