simulation of a process scheduler in C,Help plz

Discussion in 'Programming' started by boula, Apr 7, 2008.

  1. #1
    The Program t is about simulating a process scheduler using a multilevel feedback queue , when the program start execution it shall first set the quantum for each Queue(maximum number 4 queues) and create series of new processes (PCB's) and add them to the top level (ready) queue and of course each PCB should keep the remaining cpu time required.
    the queues are to be implemented as dynamic linked lists.
    if any1 know how to write this in C pls tell me.
    thanks in advance
     
    boula, Apr 7, 2008 IP