- Log on as Root (or become SU)
- cd /usr/src/linux
- make config
alternately,
make menuconfig
make xconfig
- make dep
- make clean
- make zImage
alternately,
make bzImage
make zlilo
- Above step should take only a few minutes with a fast CPU
- If you are building a modular kernel
make modules
make modules_install
- Copy new kernel image to /boot set symbolic link to
vmlinuz
- /sbin/lilo