From fddfd78829ef6a50a4b76890f3f8a7be824d30ef Mon Sep 17 00:00:00 2001 From: Ry Date: Sun, 25 Dec 2022 13:54:45 -0800 Subject: [PATCH] kernel: Make sure the event manager task starts when running disk 1 --- kernel/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/main.asm b/kernel/main.asm index 8547a08..3470fcc 100644 --- a/kernel/main.asm +++ b/kernel/main.asm @@ -223,7 +223,7 @@ boot_disk_1_loop: sub r2, 4 mov r4, 0 ; don't attempt to free any stack block if the task ends call new_task - call end_current_task_no_mark_no_free + jmp no_other_tasks startup_error: mov r0, BACKGROUND_COLOR