parent
cf099ffa99
commit
8af7220d25
@ -1,6 +1,6 @@
|
||||
pub fn init() {
|
||||
use consts::irq::IRQ_KBD;
|
||||
// TODO set irq handler
|
||||
super::pic::enable_irq(IRQ_KBD);
|
||||
// super::pic::enable_irq(IRQ_KBD);
|
||||
super::apic::IOAPIC.lock().enable(IRQ_KBD, 0);
|
||||
}
|
Loading…
Reference in new issue