[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
slackbook:linux_kernel [2012/09/17 03:33 (UTC)] – created structure mfillpotslackbook:linux_kernel [2012/09/17 03:34 (UTC)] – Moved text to the proper section mfillpot
Line 1: Line 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== The Linux Kernel ====== ====== The Linux Kernel ======
 +
  
 ===== What Does the Kernel Do? ===== ===== What Does the Kernel Do? =====
 +
 +You've probably heard people talking about compiling the kernel or
 +building a kernel, but what exactly is the kernel and what does it do?
 +The kernel is the center of your computer. It is the foundation for the
 +entire operating system. The kernel acts as a bridge between the
 +hardware and the applications. This means that the kernel is (usually)
 +the sole piece of software responsible for ordering around the hardware
 +components of your computer. It is the kernel that instructs the hard
 +drive to search for a certain data stream. It is the kernel that
 +instructs your network card to transmit rapid changes in voltage. The
 +kernel also listens to hardware as well. When the network card detects
 +a remote computer sending information, it forwards that information to
 +the kernel. This makes the kernel both the single most important piece
 +of software on your computer and the most complex.
  
 ===== Working with Modules ===== ===== Working with Modules =====
 slackbook:linux_kernel ()