Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3190 → Rev 3191

/branches/dynload/kernel/generic/src/main/kinit.c
146,7 → 146,8
/*
* Create kernel console.
*/
t = thread_create(kconsole, (void *) "kconsole", TASK, 0, "kconsole", false);
t = thread_create(kconsole, (void *) "kconsole", TASK, 0, "kconsole",
false);
if (t)
thread_ready(t);
else
187,7 → 188,8
init.tasks[i].size);
if (rd != RE_OK)
printf("Init binary %" PRIc " not used, error code %d.\n", i, rd);
printf("Init binary %" PRIc " not used, error "
"code %d.\n", i, rd);
}
}