Answer Posted / mohan krishnareddy
Kernel Mode:
Kernel Mode is a technology that enables the execution of ordinary user-space programs inside kernel space. This article presents the background, an approach and an implementation of kernel mode.
User Mode:
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 ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is help command in linux?
What are system commands?
How do I run a script in linux?
Explain the working of command grouping?
Which Command used to lock user password in Linux?
Which is the required command for checking the file system?
Explain about system and user utilities?
Explain about the command elm?
How many commands are there in linux?
Where can I find bash in linux?
What happens to hard link when file is deleted?
How to root mirror in linux?
How do you copy in terminal?
How do you clear the screen in linux?
How do I open a text file in cmd?