Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Compile Kernel (Score 1) 739

System had to run faster. Remove support for all devices not absolutely needed (and, of course, add my sound card).

Kernel 2.0.24 on Red Hat 4, circa 1996ish. Special shouts out to |ferret| who got me into it :-)

cd /usr/src/linux
make mrproper
make dep
make clean
make zImage
make modules
make modules_install

sheesh... now it's just sudo apt-get upgrade....

Slashdot Top Deals

The goal of Computer Science is to build something that will last at least until we've finished building it.

Working...