Kernel

Jump to: navigation, search
Kernel

Tux.png

Tux, the Linux mascot

Download for openSUSE

Vendor: Kernel.org
Developer: openSUSE:Kernel team
License: GPLv2
Web: http://kernel.org http://kernel.opensuse.org

The Linux Kernel is the central component of a Linux operating system like openSUSE. A Kernel manages hardware resources like CPU, memory and hard disks and provides abstractions that provide applications with a consistent view of these resources. Also, the Kernel provides drivers for devices attached to various system buses like USB, PCI, SATA and IDE. For a complete overview of Operating System Kernels see the Wikipedia article.

openSUSE Kernel Flavors

There are a number of "flavors" of the openSUSE Kernel available designed for different uses. In general users on a desktop machine should use the desktop or default flavor. Servers running on real hardware should run the default flavor.

To view the exact options each flavor includes the configuration files in the directory config/ of the openSUSE kernel git.

  • debug - increased debugging output and reduced performance, useful for finding bugs
  • default - as the name suggests the default openSUSE Kernel for desktop and servers
  • vanilla - the kernel.org Kernel that the openSUSE Kernel is based on with no patches from the openSUSE team. Useful to see if the openSUSE patches introduced a bug.

See also

External links