summaryrefslogtreecommitdiff
path: root/src/user
diff options
context:
space:
mode:
Diffstat (limited to 'src/user')
-rw-r--r--src/user/app/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/user/app/main.c b/src/user/app/main.c
index eff953a..6672344 100644
--- a/src/user/app/main.c
+++ b/src/user/app/main.c
@@ -63,13 +63,12 @@ int main(void) {
printf("couldn't open /kdev/com1\n");
_syscall_exit(1);
}
- //termcook();
+ termcook();
shell_loop();
_syscall_exit(1);
}
-
if (!fork()) {
if (!file_reopen(stdout, "/vga_tty", 0)) {
printf("couldn't open /vga_tty\n"); // TODO borked
@@ -79,7 +78,7 @@ int main(void) {
printf("couldn't open /keyboard\n");
_syscall_exit(1);
}
- //termcook();
+ termcook();
shell_loop();
_syscall_exit(1);