parsec icon indicating copy to clipboard operation
parsec copied to clipboard

Create a Priority Controlled Binding scheduler

Open therault opened this issue 2 years ago • 2 comments

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.

therault avatar Aug 17 '22 20:08 therault