kernel functions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Geevi
    New Member
    • Jan 2007
    • 13

    kernel functions

    Hi


    what are the main functions of kernel?

    shall we compare it with processor?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    I'm barely awake this morning so this will be short. You need to make Google your friend. Or at least Wikipedia.

    The kernel is the core of any operating system. It is the middle man between applications and the hardware. Applications don't always know what hardware it is running on so the kernel takes care of things like "write this character to the screen" whatever 'screen' may be, or, "send this data to the internet" without regard to what network card you may have.

    Very simple, basic explanation but you need to google for more details.

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3

      Comment

      Working...