Operating system Describe the actions taken by a kernel to c
Operating system Describe the actions taken by a kernel to context-switch between
processes.
Solution
The actions were taken by a kernel to context switch between processes is that context switch consists of saving the state of the current process and restoring the state of the processes. The process state of the current process is changed to ready and the next process then state is changed to running.
