acpi: add APIC irq ack and legacy vector remapping

This commit is contained in:
2023-03-24 14:21:02 +00:00
parent cb622f5ad4
commit 864362ba82
11 changed files with 286 additions and 49 deletions

View File

@@ -272,7 +272,7 @@ void pmap_bootstrap(void)
}
pmap_switch(kernel_pmap);
printk("pmap: kernel pmap initialised");
printk("pmap: kernel pmap initialised (0x%llx)", kernel_pmap);
}
pmap_t pmap_create(void)