I have recently started my OS course. As far as i know the work of dispatcher is to save the context of current process and load context of process to be run next. But how d
Dispatcher module gives control of the CPU to the process selected by the short-term scheduler; this involves:
switching context,
switching to user mode,
jumping to the proper location in the user program to restart that program