views:

49

answers:

1

I was unable to figure out the difference between operating system and kernel.Can anybody help me please.......

+3  A: 

The kernel is part of the operating system and closer to the hardware it provides low level services like:

  • device driver
  • process management
  • memory management
  • system calls

An operating system also includes applications like the user interface (shell,gui,tools and services).

stacker