kernel-desc.xml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &kernel-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <sect4><title>linux kernel</title>
  6. <para>The Linux kernel is at the core of every Linux system. It's what makes
  7. Linux tick. When a computer is turned on and boots a Linux system, the
  8. very first piece of Linux software that gets loaded is the kernel. The
  9. kernel initializes the system's hardware components: serial ports, parallel
  10. ports, sound cards, network cards, IDE controllers, SCSI controllers and a
  11. lot more. In a nutshell the kernel makes the hardware available so that the
  12. software can run.</para></sect4>
  13. <sect4><title>linux kernel headers</title>
  14. <para>These are the files we copy to
  15. <filename>/usr/include/{linux,asm}</filename> in Chapter 6. They should
  16. match those which glibc was compiled against and therefore should
  17. <emphasis>not</emphasis> be replaced when upgrading the kernel. They are
  18. essential for compiling many programs.</para></sect4>
  19. </sect3>
  20. </sect2>