v3n / os

Operating Systems assignment.
MIT License
0 stars 0 forks source link

m-Scheduler & m-Dispatcher #8

Open v3n opened 9 years ago

v3n commented 9 years ago

Modify the scheduler and the dispatcher by extending them respectively into m-scheduler and m-dispatcher (for the multiprocessor system). Use asymmetric algorithm for scheduling – you need to rethink your design of the scheduling and dispatching logic for the multiprocessing case.