> make [x/menu]config
> make dep ; make clean
> make boot
> make modules
> <move old libs to different directory if rebuilding same version of
> kernel>
> make modules_install
> cp arch/i386/boot/zImage /boot/vmlinuz<version>
> vi /etc/lilo.conf <add new kernel>
> lilo
> reboot
You may want to take a look at my kernel recompile 'howto' that I've
written ....
www.tsd.edu/linux
What I normally do is this :
make [x/menu]config
make dep ; make clean ; make zImage
make modules
mv /lib/modules/kernelversion /lib/modules/kernelversion.old
make modules_install
etc etc
Basically what you have above. Make sure your lilo is pointing at the
right image.
Aaron
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]