Genkernel
|
|
The topic of this article may not meet Wikipedia's notability guidelines for products and services. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (March 2010) |
Genkernel is a tool for building a general-purpose modular Linux kernel for Gentoo Linux. Genkernel compiles the kernel with all available device drivers built as modules, then copies these to an init RAM disk that is passed to the kernel at boot time, providing automatic hardware detection. It is designed to allow users with little or no experience configuring a Linux kernel to easily set up a working kernel. Also, non-trivial hard disk setups like LVM over dm-crypt for full disk encryption make usage of an initrd inevitable; here genkernel saves tedious work, too.
The main reason for genkernel is the fact that you have to configure and build your own kernel during the installation of Gentoo, this can be a problem for new Linux users. Experienced Linux users generally prefer to configure and build their kernel manually, because genkernel tries to configure the kernel as safely as possible which causes the kernel to grow very large. However, one can choose to use a custom kernel configuration and use genkernel to compile it, and still benefit from other features such as the initrd builder.
[edit] Genkernel modes
- "all" - Build kernel, all modules, and create the initrd.
- "bzImage" - Just build the kernel.
- "kernel" - Build the kernel and the modules.
- "ramdisk" / "initramfs" - Just build the initrd.
[edit] Supported platforms
Genkernel is capable of building kernels for the following platforms:
- alpha
- amd64
- parisc
- parisc64
- ppc
- ppc64
- sparc
- sparc64
- x86
[edit] External links
| This Linux-related article is a stub. You can help Wikipedia by expanding it. |