Ensure the event queue gets initialized properly

This commit is contained in:
Ry 2022-11-22 17:31:34 -08:00
parent 1c73faafa1
commit 05e40bd6cd

View File

@ -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