Answer Posted / masoud
Kernel Mode
In Kernel mode, the executing code has complete and
unrestricted access to the underlying hardware. It can
execute any CPU instruction and reference any memory
address. Kernel mode is generally reserved for the
lowest-level, most trusted functions of the operating
system. Crashes in kernel mode are catastrophic; they will
halt the entire PC.
User Mode
In User mode, the executing code has no ability to directly
access hardware or reference memory. Code running in user
mode must delegate to system APIs to access hardware or
memory. Due to the protection afforded by this sort of
isolation, crashes in user mode are always recoverable. Most
of the code running on your computer will execute in user mode.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is finger in networking?
What is difference between free and available memory in linux?
What is nslookup command?
How much ram do I have linux?
How do I check storage on linux?
Why is unix used?
What happens to hard link when file is deleted?
How do I check my system performance?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is iptables command in linux?
Which is the required command for checking the file system?
What is llvm used for?
What does umask 077 mean?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
Why we use pwd command in linux?