Changing sched.h value (2.6 kernel)
We are working on a OS project were we are modifying the scheduler for the liux kernel 2.6. Anyways we want to make this changes dinamically (changes will prioritize CPU bound or I/O bount processes).
We have a modified version of sched.h which in theory does what we want.
I need to change some values in our version of sched.h dinamically. I think I can to this writing a kernel module (maybe im wrong) but dont know how to do it. It two simple variables in sched.h that we added what I want to change. Any help, im pretty lost right now :(. Thanks in advance