Building Your Own Linux Kernel, part 1
Sep 24, 2009, 22:36 (0 Talkback[s])
(Other stories by Akkana Peck)
"Kernel source comes in two varieties. First, you can get the
source package from your distro. But building a Debian or Ubuntu
kernel package is different from building a Redhat or Fedora
package. You can find howtos online, but in this article I'll be
talking about the second option: a mainline kernel.
"Kernel.org (Figure 1) is the official place to download the
latest kernel releases. Start with the full source for the latest
stable release (circled): it'll have a filename like
linux-2.6.31.tar.bz2. Download it, unpack it, and cd into the
directory it creates:
tar xvf linux-2.6.31.tar.bz2
cd linux-2.6.31
Complete
Story
Related Stories:
- Get the Most Out of Your Multicore Processor(Sep 14, 2009)
- Finding and Trimming Linux Bloat(Aug 13, 2009)
- What's Bogging Down Your Linux PC? Tracking Down Resource Hogs(Jul 21, 2009)
- A Beginner's Guide to Free Software Programming Languages(Jun 27, 2009)
- PythonGTK Programming part 3: Screensaver, Objects, and User Input(Jun 11, 2009)
- Graphical Python Programming part 2: Write Your Own Screensaver(May 28, 2009)
- Graphical Python Programming With PyGTK(May 14, 2009)
- The Linux CLI for Beginners, or, Fear Not the Linux Command Line!(Dec 12, 2008)