distinguish between user mode and kernel mode?
Answer Posted / lipsa naik
Kernel mode, also referred to as system mode, is one of the
two distinct modes of operation of the CPU (central
processing unit) in Linux. The other is user mode, a non-
privileged mode for user programs. When the CPU is in
kernel mode, it is assumed to be executing trusted
software, and thus it can execute any instructions and
reference any memory addresses. all user mode software must
request use of the kernel by means of a system call in
order to perform privileged. The standard procedure to
change from user mode to kernel mode is to call the
software interrupt 0x80. All processes begin execution in
user mode, and they switch to kernel mode only when
obtaining a service provided by the kernel. This change in
mode is termed a mode switch.
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
What are the dos commands?
Can you enlist some commonly used network commands?
What are grep patterns?
What is the behavioural difference between cmp and diff commands?
Does cp command overwrite files?
Is it inbetween or in between?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I clear my terminal history?
What is the nmap command?
Why is it called a shebang?
Differentiate cat command from more command.
Explain command to display different lines that are found when compare two files?
Can you explain a little bit about command substitution?
What is the function of grep command in unix?
What is grep short for?