What is the winodws kernal?

Associate
Joined
27 Aug 2006
Posts
435
Could somebody explain in simple terms what the windows kernal is and what it actually does? It is a word that has appeared many times and still I do not understand exactly what it is.

Thank you...
 
Mr. Pig is spot on. Think of it as the software that communicates directly with your hardware. Programs talk to it and it talks to the hardware to get the job done.
 
BillytheImpaler said:
Mr. Pig is spot on. Think of it as the software that communicates directly with your hardware. Programs talk to it and it talks to the hardware to get the job done.

Would that not be what drivers do though?

Or do drivers tell in what way windows can talk to the hardware?
 
Last edited:
I'll let the image do the talking:
windows2000architecturepy7.png


Device drivers are loaded into kernel-mode so they are integrated with the bits of the kernel that do not get removed. Vista's NT 6.0 kernel loads most (if not all) drivers into user-mode for greater security and stability.
 
No it's the core. The Hardware Abstraction Layer (HAL) is the only part of the kernel that talks directly to the hardware. The HAL is, arguably, a very small part of the kernel.
 
Back
Top Bottom