Changed CLI shell intro line
authorJohn Hodge <[email protected]>
Tue, 22 Sep 2009 01:49:21 +0000 (09:49 +0800)
committerJohn Hodge <[email protected]>
Tue, 22 Sep 2009 01:49:21 +0000 (09:49 +0800)
Usermode/Applications/CLIShell_src/main.c

index 28d476f..9b37ecb 100644 (file)
@@ -50,7 +50,8 @@ int main(int argc, char *argv[], char *envp[])
        \r
        //Command_Clear(0, NULL);\r
        \r
-       write(_stdout, 36, "AcessOS/AcessBasic Shell Version 2\n");\r
+       write(_stdout, 1, "\n");\r
+       write(_stdout, 36, "Acess Shell Version 3\n");\r
        write(_stdout, 30, " Based on CLI Shell for IOOS\n");\r
        write(_stdout,  2, "\n");\r
        for(;;)\r

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