summaryrefslogtreecommitdiff
path: root/src/interrupt.c
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2021-08-27 21:03:37 -0500
committerthe lemons <citrons@mondecitronne.com>2021-08-27 21:03:37 -0500
commit2081090536ac67ab5cfe2a8867815af2e15c5f16 (patch)
tree6ee9158715783aeb8312a87a8ed3981ab37f9c26 /src/interrupt.c
parentb8789d4971409c429c6adf550e3a12d2d47f785d (diff)
start making lua happen. it does not compile yet. etc, etc, etcHEADmaster
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