From f021d00202ca65ad5771542b14a42e0a9db14120 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 31 Jul 2010 23:09:35 +0800 Subject: [PATCH] Removed old debug from init - Just cleaning up my tree :) --- Usermode/Applications/init_src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Usermode/Applications/init_src/main.c b/Usermode/Applications/init_src/main.c index 50057089..d9a3dad5 100644 --- a/Usermode/Applications/init_src/main.c +++ b/Usermode/Applications/init_src/main.c @@ -28,8 +28,6 @@ int main(int argc, char *argv[]) { termpath[sizeof(DEFAULT_TERMINAL)-2] = '0' + i; - //__asm__ __volatile__ ("int $0xAC" :: "a" (256), "b" ("%s"), "c" (termpath)); - open(termpath, OPENFLAG_READ); // Stdin open(termpath, OPENFLAG_WRITE); // Stdout open(termpath, OPENFLAG_WRITE); // Stderr -- 2.20.1