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.
What is ulimit command?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
Find command can search for files by
What is the difference between find and locate command in linux?
How do I find cpu in linux?
How commands work in linux?
How do I check cores in linux?
How do I run multiple commands in linux?
What would be the result of issuing the command cat phonenos?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What command should you use to check your file system?
How do I run a script in linux?
What are whois tools?
What is parallel ssh?