L120: Linux System Administration II

ln -s linux-2.4.20 linux The kernel is almost ready to be configured now, but first we need to make sure that all old binary files are cleared out of the source tree, and this is done with the . make mrproper. command. Warning: this command will also delete the kernel configuration file .config. discussed later. cd /usr/src/linux. make mrproper ... ................
................