Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3993 → Rev 4638

/branches/sparc/kernel/generic/src/main/kinit.c
190,7 → 190,7
printf("Init binary %" PRIc " not used (error %d)\n", i, rd);
}
}
 
/*
* Run user tasks with reasonable delays
*/
200,6 → 200,7
program_ready(&programs[i]);
}
}
 
#ifdef CONFIG_KCONSOLE
if (!stdin) {
printf("kinit: No stdin\nKernel alive: ");