Add reminder

This commit is contained in:
Jeremy Soller
2017-02-07 22:14:53 -07:00
parent 776bb83a70
commit 571b2aa2e7

View File

@@ -121,6 +121,7 @@ pub unsafe extern fn kstart() -> ! {
acpi::init(&mut active_table);
// Clear pending IRQs
// TODO: Remove this and ack all IRQs without listeners
interrupt::irq::acknowledge(8);
BSP_READY.store(true, Ordering::SeqCst);