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
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.
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
What is ll command in unix?
What can you tell about the tar command?
How do I check storage on linux?
How do you insert comments in the command line prompt?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
What is command grouping?
Brief about FTP hostname?
What is the difference between clang and llvm?
Brief about finger username?
Is llvm a compiler?
What is vnc?
Explain about chmod options filename?
Explain the working of command grouping?