Question: The Processor Control Register (PCR) contains a bit that controls the whether the CPU is executing instructions in user or kernel mode. The task data
The Processor Control Register (PCR) contains a bit that controls the whether the CPU is executing instructions in user or kernel mode. The task data structure for each process contains an integer utime field that keeps track of how much CPU time each process has spent in user mode.
Explain in detail how the system call usertime() can return to the user process the contents of the utime field. Include all changes made to the PCR, PC and other registers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
