Explain task switch operation through task gate.
Answers
Answered by
2
- A task is a unit of work that a processor can dispatch, execute, and suspend. It can be used to
- execute a program, a task or process, an operating-system service utility, an interrupt or exception handler, or a kernel or executive utility.
- The IA-32 architecture provides a mechanism for saving the state of a task, for dispatching tasks.
Similar questions