Immense cleanup of libc, implemening login program. Slight changes to ACL handling...
[tpg/acess2.git] / Usermode / Applications / init_src / main.c
index 55c4801..8787f39 100644 (file)
@@ -6,7 +6,7 @@
 // === CONSTANTS ===
 #define NULL   ((void*)0)
 #define        DEFAULT_TERMINAL        "/Devices/VTerm/0"
-#define DEFAULT_SHELL  "/Acess/CLIShell"
+#define DEFAULT_SHELL  "/Acess/SBin/login"
 
 // === CODE ===
 /**
@@ -28,8 +28,6 @@ int main(int argc, char *argv[])
                for(;;) __asm__ __volatile__("hlt");
        }
        
-       __asm__ __volatile__("xchg %%bx, %%bx"::"a"(tid));
-       
        for(;;) sleep();
        
        return 42;

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