Differences between revisions 35 and 36
Revision 35 as of 2004-07-10 04:58:30
Size: 1885
Editor: anonymous
Comment:
Revision 36 as of 2004-11-17 07:43:28
Size: 1871
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 40: Line 40:
 * WikiPedia:/Linux_Kernel/Linux_Kernel  * WikiPedia:Linux_Kernel

The kernel acts as a mediator between your programs and your ["Hardware"]. First, it does (or arranges for) the memory management for all of the running programs (processes), and makes sure that they all get a fair (or unfair, if you please) share of the processor's cycles. In addition, it provides a nice, fairly portable interface for programs to talk to your hardware. There is certainly more to the kernel's operation than this, but these basic functions are the most important to know.

The last kernel version number appears at http://www.kernel.org and you can see your kernel version typing

uname -r

or

kernelversion

in a ["terminal"].

See :