Home Page Home Page
 Home | Linux Administration | Corporate Services | Resources | About Us Support Center
Monthly Server Management One-time Server Services Other Services
Network Administration Network Monitoring Network Security High Availability Load Balancing Data Backup and Recovery
Linux HOWTOs Linux Guides Linux Articles New RFCs Vulnerability list Linux Journal
Testimonials Partners Careers Contact Us Site Map
Building and installing a custom kernel

Chapter 5. Building and installing a custom kernel

To build a Linux kernel, you need a compiler and the kernel source. The first element is not a trivial thing to find because it depends on how you want to build your kernel. The second is easier since it can be found at the official CVS site. First, we will discuss about GCC compiler. Then, the preparation of the build will be explained. The last paragraph will deal with the installation of this new kernel.

Note

We will deal only with a kernel built without modules, to simplify the explanations.