Linux Scheduler (Total points: 42.5). The first exercise requires you to change the Linux kernel scheduler in the following ways. For any process, there should be a system call to reduce (and NOT increase) the chances that the process would be selected for being dispatched. More specifically, let us assume that a certain process is chosen by the scheduler. The system call must pass on information, the additional delay (in msec) (that has been
1 Linux Scheduler (Total points: 42.5). The first exercise requires you to change the Linux kernel scheduler in the following ways. For any process,…