parsec
parsec copied to clipboard
Create a Priority Controlled Binding scheduler
This PCB scheduler uses some bits (MCA defined) of the priority word to define which 'group' of threads can schedule a task with this priority.
There is additional documentation in sched_pcb.h for more details.
The PR also includes a test that prints where tasks are executed, to check if the policy works.