X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/45e1f8b055043e54be35462852ab6649d634da7c..b91be0033265b5b6bd716bd39cb0971da41906c4:/lunaix-os/hal/apic.c diff --git a/lunaix-os/hal/apic.c b/lunaix-os/hal/apic.c index 44385a4..29794eb 100644 --- a/lunaix-os/hal/apic.c +++ b/lunaix-os/hal/apic.c @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include @@ -34,7 +34,9 @@ apic_init() // Make sure the APIC is there // FUTURE: Use 8259 as fallback - assert_msg(cpu_has_apic(), "No APIC detected!"); + + // FIXME apic abstraction as local interrupt controller + // assert_msg(cpu_has_apic(), "No APIC detected!"); // As we are going to use APIC, disable the old 8259 PIC pic_disable();