#include #include kern_status_t acpi_init(void) { apic_init(); smp_init(); return KERN_OK; }