how to add my scheduler to linux kernel

巧了我就是萌 提交于 2019-12-06 15:52:00

问题


I'm working on a research on linux kernel. I should add a scheduler algorithm to linux kernel, like SJF, SRT and any other algorithms. After some searches I found that linux kernel has tow schedulers: CFS and real-time scheduler. but what is difference between this tow scheduler? How should write my scheduler code? where I should add my scheduler code, CFS or real-time? should I do this work before compiling linux kernel? and any other things that I need to do this work... I'm using linux kernel 3.15.6.

来源:https://stackoverflow.com/questions/25380139/how-to-add-my-scheduler-to-linux-kernel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!