/** * @file * * Advanced Configuration and Power Interface * ========================================== * * Ref * --- * http://wiki.xomb.org/index.php?title=ACPI_Tables * https://wiki.osdev.org/MADT#Entry_Type_1_:_I.2FO_APIC */ #include "smp.h" bool acpi_find(smp_processors *procdata);