time is precious...
This commit is contained in:
parent
af5fa15d8d
commit
76e52aa473
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ int main(void)
|
||||||
disable_timer_irq();
|
disable_timer_irq();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
sleep(5);
|
sleep(2);
|
||||||
create_kernel_task(&id, initd, NULL, NORMAL_PRIO);
|
create_kernel_task(&id, initd, NULL, NORMAL_PRIO);
|
||||||
kprintf("Create initd with id %u\n", id);
|
kprintf("Create initd with id %u\n", id);
|
||||||
reschedule();
|
reschedule();
|
||||||
|
|
Loading…
Add table
Reference in a new issue