Difference between Kernel and OS

A Kernel is part of an Operating System, the Kernel/OS performs the basics tasks to allow other programs to operate above and do what they need to do. The Kernel "operates" the Hardware while the Programs use the OS as a platform to do what they need to do :)
 
shitson said:
A Kernel is an Operating System,
No, it isn't. A kernel is part of an operating system. It is not an operating system in itself.
 
The most important task (and the most transparent one) of kernel is to provide consistent interface between application software and computer hardware.
 
Back
Top