I'm working on my thesis for graduation. It's mainly about the performance of different schedulers in Linux benchmarks.
But I'm facing a difficulty. I can already compile the Kernel and use it, but I can't change the process scheduler, only the I/O Scheduler. I want to switch the default process scheduler, CFS, to another one like BFS or O(1).
Does anyone know how to do that?
I tried searching for patches or directories to replace the CFS files, but I couldn't find anything.