Difference between Kernel and OS

Read the wikipedia article. http://en.wikipedia.org/wiki/Kernel_(computing)

A kernel in and of itself doesn't do much, it requires an assortment of tools and libraries to turn it into something functional. It's this collection of kernel, tools and libraries that's the operating system.
 
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