0
votes

I am new to Linux kernel development can anyone tell me how to implement a new scheduling scheme in linux kernel?

Which files do I need to change etc . A step by step guide would be helpfull

1
What research have you done? What resources have you found already?John Kugelman

1 Answers

2
votes

A step by step guide? no problem boss.

  1. read Process Scheduling.
  2. How to create a new Linux kernel scheduler

you can set your zero task to get familiar with these function list:

enter image description here