Removed old debug from init
authorJohn Hodge <[email protected]>
Sat, 31 Jul 2010 15:09:35 +0000 (23:09 +0800)
committerJohn Hodge <[email protected]>
Sat, 31 Jul 2010 15:09:35 +0000 (23:09 +0800)
- Just cleaning up my tree :)

Usermode/Applications/init_src/main.c

index 5005708..d9a3dad 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au