IV. Compiling the Kernel - refer to Appendix B, section 4 for a better
description.
B. After saving the config file (by saving and exitting from the configuration utility, above), type the following:
make clean
make dep
make zImage
make modules
make modules_install
If the system disk is a SCSI disk and you will be loading modules into the kernel then you will need to create an initrd image so the system can boot off of that.
B. Edit the /etc/lilo.conf file and make it look like this:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.0.35-2
C. Run 'lilo' to add the new kernel as one of the options in the Master Boot Record.
D. On reboo, at the LILO: prompt hit the Tab key to see if the other kernel is available and enter it at the prompt. Don't worry if this kernel fails, just reboot the system with the default kernel provided, and recompile, ad nauseum. :)