How to compile the Linux kernel?
Why? You probably want to compile the Linux kernel yourself. There are several reasons, including: Better performance* (* = depends on configuration and hardware) More options/flexibility More control over your system Newer kernel version Whatever your reason, here’s a guide on how to compile the Linux kernel! Prerequisites & Preparation First of all, you need to prepare your system and YOURSELF. For your system, you simply need to install essential libraries and programs. Their exact names vary depending on the distribution you’re compiling on. For you, take a deep breath, a little patience (especially with weak hardware), and a bit more time than you think you need. By the way, this tutorial applies mostly to Debian (testing); everything else has a bit more of an gamble, to me. ;-) ...