OSDN Git Service

\e$B%A%1%C%H\e(B #30503 NT-Shell\e$B$N%W%m%s%W%H=$@5!#\e(B
authorShinichiro Nakamura <shinta.main.jp@gmail.com>
Mon, 14 Jan 2013 02:48:55 +0000 (11:48 +0900)
committerShinichiro Nakamura <shinta.main.jp@gmail.com>
Mon, 14 Jan 2013 02:48:55 +0000 (11:48 +0900)
NT-Shell\e$B$N%W%m%s%W%H$,!V\e(BBlueTank>\e$B!W$K$J$C$?!#\e(B
BSP\e$B$K\e(BBlueTank\e$B$rA*Br$7$F$$$J$$?M$K$H$C$F0UL#ITL@$@$C$?!#\e(B
UZUME\e$B%W%i%C%H%U%)!<%`$KBP$9$k%U%m%s%H%(%s%I$H9M$(!V\e(BUZUME>\e$B!W$KJQ99$7$?!#\e(B

uzumeapp/kernel/uzume/ntshell/ntshell_task.c

index 352034c..be8b52e 100644 (file)
@@ -97,7 +97,7 @@ void ntshell_task(VP_INT exinf)
             );
 
     ntshell_init(&ntshell, func_read, func_write, func_callback, (void *)&ntshell);
-    ntshell_set_prompt(&ntshell, "BlueTank>");
+    ntshell_set_prompt(&ntshell, "UZUME>");
     ntshell_execute(&ntshell);
 }