Friday, 5 December 2014

Describe the actions taken by a kernel to context switch between kernel level threads.

Context switching between kernel threads typically requires saving the value of the CPU registers from the thread being switched out and restoring the CPU registers of the new thread being scheduled.

No comments:

Post a Comment