Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 23 → Rev 24

/SPARTAN/trunk/arch/ia32/src/ia32.c
65,7 → 65,9
 
void arch_post_mm_init()
{
ega_init(); /* video */
if (config.cpu_active == 1) {
ega_init(); /* video */
}
}
 
void calibrate_delay_loop(void)