Cooperative kernels rely on the individual tasks to return c
Cooperative kernels rely on the individual tasks to return control to the kernel.
True
False
Solution
True.
The term \"cooperative\" means to describe two entities working in parallel.Each kernel has its own complete CPU context and address space, and each kernel decides when to give control back to the other entity running in parallel.
But the PC hardware cannot be controlled by two different entities or kernals/operating systems. In such a situation, the host kernal manages the control while the guest kernal contains special drivers to communicate with the host to get the devices.
