In section 2 above I mentioned you can download a new kernel from ftp://ftp.kernel.org/ However, this site is often too busy to get through and the maintainers of this site encourage you to download the kernel from a location near you. You can access a mirror site by going to ftp://ftp.<country code>.kernel.org/ (like ftp.ca.kernel.org).
/usr/src/
directory make dep
make bzImage
arch/<cpu>/boot/bzImage
file to the /boot
directory (or
some place else if your Linux system uses a different convention where kernel
images and the like are stored)/boot/bzImage
file to something like /boot/lfskernel
cp -av /usr/src/linux $LFS/usr/src
ln -s $LFS/usr/include/linux
/usr/src/linux/include/linux
ln -s $LFS/usr/include/asm
/usr/src/linux/include/asm
/etc/lilo.conf
file and go to the LFS sectionlfskernel
(or whatever you've named the originally
called bzImage file)lilo
to update the boot loader.Reboot your system and start your LFS system. Verify that the newly installed kernel doesn't perform out-of-the-ordinary actions (like crashing).