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
How do I check dns entry?
What would be the result of the command paste -s dog cat?
What are bash scripts used for?
How do you limit memory usage for commands?
How do I find the console in linux?
What are runlevels in linux?
What are the command prompt commands?
Enlist some linux to file content commands?
What are the ms dos commands?
What is know about grep commands?
What is $@ in makefile?
What is s in permission linux?
Who unix commands?
How do I list directories in linux?
What is df command in unix?