Interrupts ( todo ) makes the CPU change the current task with a kernel routine. When it happens, the context, represented in the PCB, needs to be saved so that it can restore it later. This is known as context switch.

References

  • A. Silberschatz, P. B. Galvin, e G. Gagne, «Operating System Concepts».

See also