what are the different ways the Linux can swich from User
Space to Kernel Space & vice-versa ?
Answer Posted / neo
There are 2 situations when Linux can switch from user Space
to Kernel Space:-
1) by doing System calls
2) When interrupt comes (to handle interrupt)
Linux can switch from kernel Space to User space:-
1) process in kernel mode is preempted.
2) After completion of Interrupt handler / System call
Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers