Friday, April 16, 2010

Linux for Beginners.

What is Linux? This is the first question which strikes us when we listen about it. Some will say, it is an operating system others will say it is just an open source platform, others will comment "I do'nt know what it is exactly but I listen a lot about it."
Linux is actually a kernel, Which came into existence due to the efforts of Linus Torvalds. Again a question what exactly a kernel is? Let's first find out what this thing called kernel is exactly.So our first lesson is to have a brief knowledge of kernel.
Kernel is the core of an operating system. This definition doesn't seem to express much about itself. When you want your computer to do some action for example to increase the volume with the help of your operating system, then you are invoking a hardware unknowingly. The application you are dealing with to increase the volume of your system can't directly interact with the corresponding hardware, it only requests a rich part of an operating system to do this favour for him and that part(called kernel) does it smartly. Actually kernel is a program written in a programming language which has the ability and power to interact with the hardware. Now I suppose we have some clear idea of kernel.

3 comments:

  1. can you elaborate this point again in brief with a example-->>[b]"for example to increase the volume with the help of your operating system, then you are invoking a hardware unknowingly. The application you are dealing with to increase the volume of your system can't directly interact with the corresponding hardware, it only requests a rich part of an operating system to do this favour for him and that part(called kernel) does it smartly."[/b]

    ReplyDelete
  2. @ vasu
    Every system has a special hardware called sound card to deal with sounds. When you increase the volume of your system then you are directly interacting with the programmed application. That application requests the kernel for this task. Kernel has the ability to directly interact with the hardware so it does and volume is increased.
    Further doubts and suggestions are welcome

    ReplyDelete

Would You Like to Comment