PDA

View Full Version : update kernel



lilmale1
September 11th, 2008, 07:24 AM
What is Kernel?
This is a term for the computing elite, so proceed at your own risk. To understand what a kernel is, you first need to know that today's operating systems are built in "layers." Each layer has different functions such as serial port access, disk access, memory management, and the user interface itself. The base layer, or the foundation of the operating system, is called the kernel. The kernel provides the most basic "low-level" services, such as the hardware-software interaction and memory management. The more efficient the kernel is, the more efficiently the operating system will run.

Sef
September 11th, 2008, 11:47 AM
Moved to Community Cafe.

pelle.k
September 11th, 2008, 12:26 PM
??

lilmale1
September 11th, 2008, 03:39 PM
so how do i check what kernel is on and which one can I use with slackware 10

pelle.k
September 12th, 2008, 12:48 AM
Well, if you run ubuntu 8.04 you're on 2.6.24. Specifically 2.6.24-19-generic (try "uname -r" in a terminal window).
According to distrowatch, slackware 10 is running kernel 2.4.26, http://distrowatch.com/table.php?distribution=slackware
If you want to run a distro with a kernel that is more up to date, consider foresight, fedora or arch linux.