Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 22 → Rev 23

/SPARTAN/trunk/arch/ia32/src/ia32.c
50,11 → 50,10
pm_init();
 
if (config.cpu_active == 1) {
ega_init(); /* video */
i8042_init(); /* a20 bit */
i8259_init(); /* PIC */
i8259_init(); /* PIC */
i8254_init(); /* hard clock */
 
trap_register(VECTOR_SYSCALL, syscall);
#ifdef __SMP__
64,6 → 63,11
}
}
 
void arch_post_mm_init()
{
ega_init(); /* video */
}
 
void calibrate_delay_loop(void)
{
i8254_calibrate_delay_loop();