Skip to content

Scheduler

Ethan Zhang requested to merge scheduler-actual into dev

Adds a scheduler that consists of multiple linked list queues, one for each priority. Updated the schedule function to pop a task from the highest priority non-empty queue. Also added syscalls for tid and parentTid, untested tho

  • Assumption that x0 to x7 are saved before entering syscall handler is not enforced yet
Edited by Sophia Theresa Pietsch

Merge request reports