time is precious...

This commit is contained in:
Steffen Vogel 2013-11-20 12:06:53 +01:00
parent af5fa15d8d
commit 76e52aa473

View file

@ -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();