x86_64: init local apic on boot, or legacy pic/pit as fallback

This commit is contained in:
2023-03-19 20:36:36 +00:00
parent 7e26050bde
commit 8e9127cd6a
13 changed files with 274 additions and 72 deletions

View File

@@ -3,5 +3,8 @@
kern_status_t acpi_init(void)
{
apic_init();
smp_init();
return KERN_OK;
}