Reputation: 1
I was asked to anwer these questions about the OS context switch, the question is pretty tricky and I cannot find any answer in my textbook:
Upvotes: 0
Views: 3584
Reputation: 9169
3: A whole number of possible hardware optimisations
Upvotes: 1
Reputation: 21460
Upvotes: 2
Reputation: 126
The scheduler is the part of the operating systems that manage context switching, it perform context switching in one of the following conditions:
1.Multitasking
2.Interrupt handling
3.User and kernel mode switching
and each process have its own PCB
Upvotes: 0