Question: write pseudo code for Global edf scheduling algorithm for 'm' number of processors and 'n' number of tasks EDF Pseudocode Input: Processor P, All the
write pseudo code for Global edf scheduling algorithm for 'm' number of processors and 'n' number of tasks

EDF Pseudocode Input: Processor P, All the tasks T, T2... TN Output: A schedule w.r.t EDF Tasks-List Contains all the tasks Ready-Tasks-List Contains all the tasks @(scheduling event) Preempt the running tasks, for (i = 0 Ready-Tasks-List. Length) Find Next deadlines of each task in Ready-Tasks-List Sort the ready tasks list w.r.t tasks earliest future deadline first End For T = Ready-Tasks-List (0) 15 :* Execute task T on the processor P
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
