From: John Hodge Date: Sat, 31 Jul 2010 15:09:35 +0000 (+0800) Subject: Removed old debug from init X-Git-Tag: rel0.06~76 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=f021d00202ca65ad5771542b14a42e0a9db14120;p=tpg%2Facess2.git Removed old debug from init - Just cleaning up my tree :) --- 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