I can't believe that fedora doesn't automount CDs by now, but here we go again
Code:
mount /dev/hdc /mnt/cdrom
assuming that hdc is your cdrom
Code:
cp /mnt/cdrom/*.tar.gz /usr/src
cd /usr/src
tar xjvf linux-2.6.10.tar.bz
cd linux-2.6.10
make clean
make mrproper
make menuconfig
Here you will need to make all the changes to your kernel. Adding support for your hardware, filesystems, cryptography, devices, etc.
Code:
make bzImage
cp /arch/i386/boot/bzImage /boot/bzImage
Now, I don't know which bootloader fedora uses, so you'll have to edit either lilo or grub to allow you to boot bzImage