Usermode/login - Disabled screen clear so kernel boot messages can be seen
authorJohn Hodge <[email protected]>
Sat, 24 Mar 2012 05:48:12 +0000 (13:48 +0800)
committerJohn Hodge <[email protected]>
Sat, 24 Mar 2012 05:48:12 +0000 (13:48 +0800)
Usermode/Applications/login_src/main.c

index 5ece357..ab82a14 100644 (file)
@@ -19,7 +19,7 @@ int main(int argc, char *argv[])
        tUserInfo       *uinfo;
 
        printf("\x1B[?25h");    // Re-enable the cursor 
-       printf("\x1B[2J");      // Clear Screen
+//     printf("\x1B[2J");      // Clear Screen
 
        for(;;)
        {

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