next up previous
Next: About this document ... Up: OPERATING SYSTEMS LABORATORY VII Previous: MOSS Simulator

Assignment III

  1. Design a cpu scheduler of your own choice. The idea is to schedule the CPU for several simulated processes that alternately compute and request I/O. An example process data file
    0 5 -1
    1 3 2 3 2 3 -1
    6 10 2 60 2 30 3 70 2 10 2 10 -1
    23 3 2 3 2 3 -1
    24 70 2 70 2 40 3 70 2 20 2 10 -1
    25 3 2 3 2 3 -1
    26 80 2 80 2 50 3 70 2 40 2 10 -1
    27 3 2 3 2 3 -1
    28 25 2 10 -1
    29 3 2 3 2 3 -1
    31 3 2 3 2 3 -1
    33 3 2 3 2 3 -1
    35 3 2 3 2 3 -1
    40 3 2 3 2 3 -1
    40 3 2 3 2 3 -1
    42 3 2 3 2 3 -1
    43 3 2 3 2 3 -1
    45 3 2 3 2 3 -1
    


next up previous
Next: About this document ... Up: OPERATING SYSTEMS LABORATORY VII Previous: MOSS Simulator
Cem Ozdogan 2009-07-24