Follow Slashdot blog updates by subscribing to our blog RSS feed

 



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

EARTH smog | bricks AIR -- mud -- FIRE soda water | tequila WATER

Working...