1,527 views
1 votes
1 votes

Switching from privileged to non-privileged mode requires a non-privileged instruction according to this link

https://gateoverflow.in/706/gate2001-1-13

But below has been quoted in this link

https://gateoverflow.in/445/gate2008-34

http://www.cs.rochester.edu/courses/252/spring2014/notes/08_exceptions

Transitions from kernel to user mode are performed explicitly by the operating system, generally at the end of an interrupt handler or kernel call, using a privileged RFE (return from exception) instruction.

Kindly clear this ... Any sort of help is appreciated ... Thanks :)

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
harsh yadav asked Dec 4, 2018
385 views
A CPU has 2 modes, privileged and non-privileged. In order to change the mode from non-privileged to privileged normally software interrupt is used but can a hardware int...
1 votes
1 votes
0 answers
2
cse7 asked Oct 22, 2016
568 views
does operating system always runs in privileged mode or is there any other way also?
2 votes
2 votes
1 answer
3
resilientknight asked Sep 1, 2016
1,090 views
can a non privileged instruction be executed in privileged mode?(like when returning from kernel to user mode) or is it necessary to make it a privileged instruction?
1 votes
1 votes
1 answer
4