Change scheduler starvation panic message

This commit is contained in:
Ry 2022-06-23 15:43:36 -07:00
parent 309ac8cd15
commit d1d2df0d74

View File

@ -132,7 +132,7 @@ task_empty:
mov r2, [task_queue_ptr] ; show the the task queue pointer in the panic brk output mov r2, [task_queue_ptr] ; show the the task queue pointer in the panic brk output
call panic call panic
task_panic_str: data.str "Task queue empty! Hanging here" data.8 10 data.8 0 task_panic_str: data.str "Scheduler starved, task queue empty!" data.8 10 data.8 0
const TASK_SIZE: 16 const TASK_SIZE: 16
task_id_bitmap: data.32 0 task_id_bitmap: data.32 0