Question: Consider a specific system that can run in 2 separate modes: normal mode and boost mode. The processes running on this system are categorized according

Consider a specific system that can run in 2 separate modes: normal mode and boost mode. The processes running on this system are categorized according to those 2 modes. Processes of Category A can nun only in normal mode. Processes in normal mode can run, only if there are no running processes in boost mode. Processes in boost mode can run, only if there are no processes running in normal mode. Unlimited processes can run in boost mode and a unlimited processes can run in normal mode. Write the required shared data structures and semaphores with their initial values Write the pseudocode of each mode. Consider that all processes from a mode, share the same code fragment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
