![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kernel Mode Linux 2.6.24_002 (For Linux 2.6 branch) | iBot | Software Releases - RSS News | 0 | 02-12-2008 10:30 PM |
| Kernel Mode Linux 2.6.24_001 (For Linux 2.6 branch) | iBot | Software Releases - RSS News | 0 | 02-03-2008 08:50 AM |
| Aplication user and kernel mode (data access) | Brendan Kennedy | High Level Programming | 1 | 05-27-2007 02:45 PM |
| unexpected trap in kernel mode | kayode | SCO | 1 | 07-07-2004 07:06 AM |
| k_trap - kernel mode trap type 0x0000000E | alex_slb | Filesystems, Disks and Memory | 3 | 09-22-2002 03:04 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Kernel Mode
Hi all i have queastion. Can anybody pease help me
what is user mode and kernel mode and the term "De-mountable volumes" means? Thanks Palash |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
User mode means that the computer is executing instructions in some user's program. Kernel mode means that computer is executing instructions in the kernel. In kernel mode, the system has some more power. But is user mode, certain restrictions apply. If you are running a program and you issue a system call, the computer must switch from user mode to kernel mode to process your system call.
"De-mountable volume" is not a standard term and it's not super clear what that is supposed to mean. It could mean any volume that can be unmounted via the umount command. But some OS versions have a way to "force" a umount. In theory, every volume can be umount'ed except the root volume itself. |
|
#3
|
|||
|
|||
|
My guess is that removable media is what they're getting at (and that this is homework).
|
|||
| Google The UNIX and Linux Forums |