726 views
0 votes
0 votes
which of the require the executing code to be in kernel mode.

A)Performing a semaphore 'P' operation.

B)Making a system call

C)Disabling interrupt.

D)Both b and c

1 Answer

1 votes
1 votes

Answer is C - disabling interrupts. 

option A is definitely not the answer. 

option B - system calls can be made in the user mode which transfers the control to the kernel mode thereafter.

option C - disabling and enabling interrupts are handled by kernel 

Related questions

1 votes
1 votes
1 answer
1