Kernel
From Gentoo Wiki
The Linux kernel is the core of the operating system and offers an interface for programs to access the hardware. The kernel contains most of the device drivers.
Installation
To create a kernel, it is necessary to install the kernel source code first. The recommended kernel sources for a desktop system are sys-kernel/gentoo-sources. These are maintained by the Gentoo developers, and patched to fix security vulnerabilities, functional problems, as well as to improve compatibility with rare system architectures.
Before installing, check the active USE flags:
| USE flag | Default | Recommended | Description |
|---|---|---|---|
| build | No | No | !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used for creating build images and the first half of bootstrapping [make stage1] |
| deblob | No | Remove binary blobs from kernel sources to provide libre license compliance. | |
| symlink | No | Force kernel ebuilds to automatically update the /usr/src/linux symlink |
Now install gentoo-sources:
root # emerge --ask gentoo-sourcesThere are various alternative kernel sources in the Portage tree:
- sys-kernel/vanilla-sources - The official, non-patched Linux kernel sources. Note that because they are left as is, and do not contain any additional patches, they are not supported by Gentoo developers.
- A full list with short descriptions can be found by searching with emerge:
-
root #emerge --search sources
Guides
- Manual configuration
- Manual configuration enables you, with some effort, to create a custom-fit kernel configuration.
- Automatic configuration
- genkernel is a tool to automatically configure and setup a kernel. The needed drivers for your system are detected and loaded at boot time.
- Upgrade
- Steps to upgrade to a new kernel using an existing configuration.
- Removal
- Steps to completely remove old kernels.
See also
See the kernel category.