diff --git a/main.asm b/main.asm index e52da2c..ad712e2 100644 --- a/main.asm +++ b/main.asm @@ -54,6 +54,9 @@ entry_seed_done: ; set the exception vector for exception 0x04 - breakpoint mov [0x00000410], system_breakpoint_handler + ; ensure the event queue gets initialized properly + mov [EVENT_QUEUE_POINTER], 0 + ; enable interrupts ise