Click here to Skip to main content
15,889,462 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Entry point for Windows kernel mixer? [modified] Pin
Baltoro25-Feb-08 13:14
Baltoro25-Feb-08 13:14 
Generalattaching windbg to DWM.EXE Pin
amit.code5-Feb-08 23:57
amit.code5-Feb-08 23:57 
GeneralRe: attaching windbg to DWM.EXE Pin
fat_boy19-Feb-08 2:29
fat_boy19-Feb-08 2:29 
QuestionHow to write a program to mesure ping delay for particular site (ex ping www.google.com ) Pin
sacr835-Feb-08 22:08
sacr835-Feb-08 22:08 
AnswerRe: How to write a program to mesure ping delay for particular site (ex ping www.google.com ) Pin
Paul Conrad7-Mar-08 14:30
professionalPaul Conrad7-Mar-08 14:30 
Generalcapture screen updates from desktop screen Pin
Ravi0035-Feb-08 18:54
Ravi0035-Feb-08 18:54 
GeneralKernal Mode VS User Mode Pin
ForNow3-Feb-08 9:34
ForNow3-Feb-08 9:34 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD4-Feb-08 3:01
JudyL_MD4-Feb-08 3:01 
ForNow wrote:
My question is why would I want to be in Kernal Mode


The only ones who want to be in Kernel mode are device drivers. "Kernel mode" refers to the priviledged mode that drivers and the guts of the OS operate in. "User mode" refers to applications and is a restricted mode of operation. User mode cannot directly manipulate the hardware of the system - all calls must go through the OS via the appropriate API call and the OS will route the request to the appropriate hardware driver to perform the requested action.

If you're familiar with Intel processors, it's the difference between ring 0 (kernel) and ring 3 (user).

Judy
GeneralRe: Kernal Mode VS User Mode Pin
ForNow4-Feb-08 13:12
ForNow4-Feb-08 13:12 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD5-Feb-08 2:12
JudyL_MD5-Feb-08 2:12 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow5-Feb-08 2:35
ForNow5-Feb-08 2:35 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD5-Feb-08 3:10
JudyL_MD5-Feb-08 3:10 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow5-Feb-08 13:21
ForNow5-Feb-08 13:21 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD6-Feb-08 2:23
JudyL_MD6-Feb-08 2:23 
GeneralRe: Kernal Mode VS User Mode Pin
Mike Dimmick6-Feb-08 5:51
Mike Dimmick6-Feb-08 5:51 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD6-Feb-08 7:20
JudyL_MD6-Feb-08 7:20 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow6-Feb-08 13:25
ForNow6-Feb-08 13:25 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD7-Feb-08 2:12
JudyL_MD7-Feb-08 2:12 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow7-Feb-08 2:25
ForNow7-Feb-08 2:25 
GeneralRe: Kernal Mode VS User Mode Pin
fat_boy4-Feb-08 5:29
fat_boy4-Feb-08 5:29 
GeneralRe: Kernal Mode VS User Mode Pin
Dan Neely4-Feb-08 5:46
Dan Neely4-Feb-08 5:46 
GeneralRe: Kernal Mode VS User Mode Pin
fat_boy4-Feb-08 7:03
fat_boy4-Feb-08 7:03 
GeneralRe: Kernal Mode VS User Mode Pin
Mike Dimmick5-Feb-08 7:32
Mike Dimmick5-Feb-08 7:32 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow5-Feb-08 13:17
ForNow5-Feb-08 13:17 
GeneralRe: Kernal Mode VS User Mode Pin
Mike Dimmick5-Feb-08 13:53
Mike Dimmick5-Feb-08 13:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.