diff --git a/kernel/shell.c b/kernel/shell.c index 88917e7f..f33fa256 100644 --- a/kernel/shell.c +++ b/kernel/shell.c @@ -72,7 +72,7 @@ void shell_init(int srv_or_cli) sleep(1); } - sleep(12); - SHELLDEBUGPRINTF("I AM CORE NO. %d",srv_or_cli); + sleep(5); + SHELLDEBUGPRINTF("I AM CORE NO. %d\n",srv_or_cli); }