Move timer initialization
All checks were successful
All checks were successful
This commit is contained in:
@@ -39,6 +39,9 @@ HL::Init::InitializeSystem(VOID)
|
|||||||
/* Initialize I/O APIC */
|
/* Initialize I/O APIC */
|
||||||
HL::Pic::InitializeIOApic();
|
HL::Pic::InitializeIOApic();
|
||||||
|
|
||||||
|
/* Initialize timer */
|
||||||
|
HL::Timer::InitializeTimer();
|
||||||
|
|
||||||
/* Return success */
|
/* Return success */
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,7 +44,4 @@ HL::Cpu::InitializeProcessor(VOID)
|
|||||||
|
|
||||||
/* Set the APIC running level */
|
/* Set the APIC running level */
|
||||||
HL::RunLevel::SetRunLevel(KE::Processor::GetCurrentProcessorBlock()->RunLevel);
|
HL::RunLevel::SetRunLevel(KE::Processor::GetCurrentProcessorBlock()->RunLevel);
|
||||||
|
|
||||||
/* Initialize timer */
|
|
||||||
HL::Timer::InitializeTimer();
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user