What is a Dispatcher?
The dispatcher is the module that gives control of the CPU to the process selected by the short-term scheduler. This function involves:
1 Switching context
2 Switching to user mode
3 Jumping to the proper location in the user program to restart that program.
1 Switching context
2 Switching to user mode
3 Jumping to the proper location in the user program to restart that program.
Leave a Comment