Move timer initialization

This commit is contained in:
2026-05-06 19:48:05 +02:00
parent 85fb08b3d4
commit 3262ad78c1
2 changed files with 3 additions and 3 deletions

View File

@@ -39,6 +39,9 @@ HL::Init::InitializeSystem(VOID)
/* Initialize I/O APIC */
HL::Pic::InitializeIOApic();
/* Initialize timer */
HL::Timer::InitializeTimer();
/* Return success */
return STATUS_SUCCESS;
}