Whole Network Most Recent TOP10 FreeBSD Hacks Securing

 

What is the Linux Kernel?

Filed in archive by Michael Hammer on August 29, 2006

The Linux Kernel is the center of what makes the Linux and Unix operating systems. The kernel is the foreman or mediator over all your programs and hardware components.

As the core of the operating system, the kernel has access to certain services that interact with the systems hardware which no other program has direct access to. If a program wants to carry out a special task, then it must go though the kernel first.

When a program wants to run, write data to a disk, write to certain parts of memory, it asks the kernel for permission first. The kernel considers the program's request and proceeds to do a number of tasks for that program. The kernel is very strict and will not let programs away with illegal operations. If a program goes against what the kernel says, it must be punished for it's actions.

If a program that got the "ok" from the kernel and then decides to write some data to memory outside it's designated block(s), the kernel will kill that program and do a core dump. A "core dump" is an operation the kernel carries out when a program tries to perform a task it is not allowed to do. The kernel dumps the address spacelinks in memory the program was using to the hard drive before the kernel kills that program.

The paradigm of a strict kernel is not new, the idea has been around for a while. It's a great idea, and i think has been implemented very well on a Linux os. The majority of the kernel was written in C with partial implementations written in assembly language which makes the it flexible and very fast.

Here's a Little Conversation with the Kernel

(program app) Hello Mr. Kernel, I was wondering if I could have some memory to run and play in?
(kernel) Hmm... Ok, but if you try to run outside the memory space allocate for you then I am going to stop you!
(program app) Ok then, it's a deal. . . . .
(kernel) Hey! I never gave you permission to write data in that memory segment, you will pay!
(program app) Oh no??.... I didn't mean it.. I.. I.. AHHHH.... ***Dead*** ( core dump ).
(kernel) Ask me next time you want to do something like that!
(kernel) When will those programs ever listen?!

Usually the operation of killing a program that was "bad" does not bring down or crash the whole Linux operating system, it just kills the program or process that has stepped out side it's "play ground" the kernel initially allocated for it. After a core dump the kernel just goes about it's business of answering requests from other processes on the system.

(when a core dump occurs it is possible in some cases to start up the program that caused the core dump to where it left off just before the dump.)


Advertisement


Permalink: What is the Linux Kernel?
Tags: linux  kernel  tip  tips  blog  hack  secure  freebsd  windows  hacks 

Trackback: http://www.creative-weblogging.com/cgi-bin/mt-tb.pl/34748



Related Entries:

Guide To Hacking The Linux Kernel - 29 August 2006

Linux Powered Home Theatre - 30 August 2006

Schedule A Unix Cron Job - 08 September 2006

Linux Kernel Hacking Guide - 10 January 2007

Advertisement


Advertisement


CW ToolbarInstall
RSSrss   | See all blog subscribe options
Googlegoogle   |   What is RSS?
Yahoo!yahoo
AddthisAddThis Feed Button
BloglinesBloglines
Newsletter
Advertisement - Book yours here.

Use our search feature to look for other interesting posts

Just this blog Whole network
 
Advertisement
Book yours here.



  • Other blogs in the same channel in the Creative Weblogging Network

Advertisement -
Book yours here..






Advertisement - Book yours here..
 
Tagcloud: Applications Applicatios Devices Education Entertainment Finding The Right Linux For You FreeBSD Hacks Humor Linux For Windows Users Misc Multimedia Networking Programming Securing Servers Solaris Tips & Tricks Utilities