What is the mode of the system at boot time?
At system boot time, the hardware starts in kernel mode. The operating system is then loaded and starts user applications in user mode. Whenever a trap or interrupt occurs, the hardware switches from user mode to kernel mode, changing the mode bit’s state to 0. What is the mode of the system when the operating system gains control? When the …