366 views
0 votes
0 votes
i have a line in my notes--------  IN Order to switch from User mode to Kernel mode during execution . we just have to change  one Bit at hardware level..   I am not remembering concept plzz help

1 Answer

0 votes
0 votes

The idea is very simple. To distinguish between the mode system is currently running in we provide a mode bit.

When the value of mode bit is 0 it is in kernel mode. And when it is 1, the system is said to run in user mode.

Reference-

Galvin, Chapter 1, page no-22, 9th Edition.

I hope it helps.

Related questions

0 votes
0 votes
0 answers
2
air1ankit asked Dec 4, 2017
255 views
what is the work of " logical address " (which is generated by cpu) what is the perfect meaning of the logical address .and same doubt in physical address ..??please expl...
3 votes
3 votes
2 answers
3
Rajesh Raj asked Oct 29, 2016
768 views
what is page fault service time ? what are its factor and how it is related/not related with the memory access time??plss help with suitable example
1 votes
1 votes
2 answers
4
Rajesh Raj asked Oct 23, 2016
336 views
when we do double "signal(S)" operation on a Binary semaphore'S' provided initial value of S=0, will the value of 'S' be 2 or it remains 1?