Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 511 → Rev 512

/kernel/trunk/generic/src/main/kinit.c
117,6 → 117,11
#endif /* CONFIG_SMP */
 
/*
* At this point SMP, if present, is configured.
*/
arch_post_smp_init();
 
/*
* Create kernel console.
*/
if (t = thread_create(kconsole, NULL, TASK, 0))
164,7 → 169,7
#endif /* CONFIG_TEST */
 
while (1) {
thread_sleep(60);
thread_sleep(1);
printf("kinit... ");
}