Anonymous

Describe The Actions Taken By A Kernel To Context-switch Between Processes?

1

1 Answers

Anonymous Profile
Anonymous answered
1.store the all register values into PCB

2.restore the values of the process to run next

3.Move to the next process to execute

Answer Question

Anonymous