Computer Science, asked by syedmunibb25, 7 months ago

Explain the activities taken by a kernel to perform process switching in time sharing environment.

b) What are the two differences between user-level threads and kernel-level threads? Under what circumstances is on type is better than the other?

Answers

Answered by Anonymous
0

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.

Similar questions