Understanding the Kernel: basics!

Several online definitions can be found on proprietary websites viz. Wiki, about....etc. The one that appeals to me the most defines the Kernel of an OS as the part of the operating system that loads first, and in the main memory. Because it stays in memory, it is important for the kernel to be as small as possible while still providing all the essential services required by other parts of the operating system and applications.

To me, a simple definition would do : Kernel is the core or the crux of the operating system! It is the only link between the hardware and the software. Seems simple to understand, no?? Well....look at this diagram of the Linux kernel, and you'll be able to adjudicate for yourself. ;)

Diagram of the linux kernel. (click to view and enlarge)

The kernel's primary purpose is to manage the computer's resources and allow other programs to run and use these resources, these resources include the CPU, the main Memory (RAM), and the I/O devices.
Typically, the kernel is responsible for memory management, process & task management and disk management. These concepts are the base for a Kernel development (KernelDev) which I shan't explain here.
Furthermore, the aforesaid tasks are done differently by different kernels, depending on their design and implementation.
My projects have been keeping me on my toes so i feel this brief introduction to OS Kernel will fill you up for the day. Although, more can be read online. Wikipedia is the best online documentation for everything. Wait till my next post. Adieu~!

Page copy protected against web site content infringement by Copyscape

3 comments:

Kevin said...

noooo dear....ok 4 now i appretiate tat u r preety much devoted to Project work ...

I didnt see the following keywords:
1)Kernel Module
2)The /proc virtual filesystem
3)/sys filesystem
4)/etc/modprobe.conf
5)Moreover the work Synchronize was lost somewhere
BUT
yes ....For any new n novice Learner it was gud..
It was not wat i have expectations from u buddy...i see much more then wat any1 can imagine abt Kdevl n OOS...

Kevin said...

Moreover i'm still pondering tat is Wikipedia the best online documentation for everything ....
No.. buddy But how u decorate the relevant information from THIS infinite vast database is ur skill....
Ok !
see i will try to prove u this in my coming blog which u might be able to locate in wiki but...will Understand more quickly n efficiently....without wasting ur precious time....

But yes it was really well framed definition..i know u can u much much better.....
gud luck

Anonymous said...

wiki is an open source which can be edited by anyone who registers on the site. You can look into few other sites techweb, linuxDocs, Computerworld, codeguru, dmoz.org/Computers/Hardware/ or the berkeley's research projects.