From 4c10db944ca18c8001848c7e4e8ef51876bbe094 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 16 Jul 2022 23:08:50 +0200 Subject: amd64: all tests pass --- src/user/app/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/user') 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); -- cgit v1.2.3