* remove mu character from kernel greeting line.
This commit is contained in:
parent
820cdad59b
commit
cfccf0f2ca
@ -66,7 +66,7 @@ const char *idle_name = "idle";
|
|||||||
void kernel_init(void)
|
void kernel_init(void)
|
||||||
{
|
{
|
||||||
dINT();
|
dINT();
|
||||||
printf("kernel_init(): This is µkleos!\n");
|
printf("kernel_init(): This is ukleos!\n");
|
||||||
|
|
||||||
scheduler_init();
|
scheduler_init();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user