kernel-desc.xml 636 B

12345678910111213141516171819202122
  1. <sect2><title>Contents</title>
  2. <para>
  3. The Linux kernel package contains the Linux kernel.
  4. </para>
  5. </sect2>
  6. <sect2><title>Description</title>
  7. <para>
  8. The Linux kernel is at the core of every Linux system. It's what makes
  9. Linux tick. When a computer is turned on and boots a Linux system, the
  10. very first piece of Linux software that gets loaded is the kernel. The
  11. kernel initializes the system's hardware components such as serial
  12. ports, parallel ports, sound cards, network cards, IDE controllers, SCSI
  13. controllers and a lot more. In a nutshell the kernel makes the hardware
  14. available so that the software can run.
  15. </para>
  16. </sect2>