Adding Soft and Hard Deadlines to the Linux Scheduler

145 Views Asked by At

I am trying to create two new system calls for the Kernel, to set and get deadlines.

I know the general concept, but I am struggling as to what the .c files will look like.

Could anyone give me some examples as to how, given a process's pid, give it a soft/hard deadline.

Also, if possible I'd like to know how I can examine if a process is child of another process or not.

0

There are 0 best solutions below