summaryrefslogtreecommitdiff
path: root/src/interrupt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interrupt.c')
-rw-r--r--src/interrupt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interrupt.c b/src/interrupt.c
index 98ac2fb..12b22c1 100644
--- a/src/interrupt.c
+++ b/src/interrupt.c
@@ -17,7 +17,7 @@ void irq_end(uint8_t int_number) {
uint32_t handle_int(irqh_t *int_handler, uint8_t int_number, uint32_t esp) {
-
+ // we want exceptions but no other interrupts
port_write(pic_master_data, 0xFF); // mask all IRQs
start_interrupts(); // reenable interrupts