Follow Slashdot stories on Twitter

 



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

Is your job running? You'd better go catch it!

Working...