Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 556 Bytes

implementations.md

File metadata and controls

11 lines (8 loc) · 556 Bytes

Implemented Schedulers

Either put a link to your repository + a description here, or make the subheading the folder name in which you placed it and add a description too. These descriptions should help us to quickly discern what your intention is with this scheduler.

weird_prios

Tries to use a priority queue based on the prio value/whether it's a kernel thread. I don't really have lots of kernel knowledge or ebpf knowledge so this is a bit a mess and probably does not make any sense at all :D Uses the scripts from the minimal_scheduler repo.