summaryrefslogtreecommitdiff
path: root/kernel/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/interrupts.c')
-rw-r--r--kernel/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/interrupts.c b/kernel/interrupts.c
index ce49201..49a29a3 100644
--- a/kernel/interrupts.c
+++ b/kernel/interrupts.c
@@ -45,7 +45,7 @@ void int_def_handler()
int_unhandled++;
- // todo also the other pic!// TODO
+ // send EOI to primary PIC
__asm__("mov $0x20, %al");
__asm__("out %al, $0x20");