0

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

0x90
  • 39,472
  • 36
  • 165
  • 245

1 Answers1

2

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

Community
  • 1
  • 1
0x90
  • 39,472
  • 36
  • 165
  • 245