Nachtrag:
Das ist die kürzeste Anleitung die ich jemals im Internet zu diesem Thema gefunden habe

Geht zwar hier um die Aktivierung von ACPI ist aber als Vorlage sicher auch fürs PII optimieren brauchbar:
Code:
....installing the kernel-source RPM, running make xconfig, and enabling ACPI
make dep && make bzImage && make modules \
&& cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.19-16mdkcustom && make modules_install.
Then mkinitrd /boot/initrd-custom.img 2.4.19-16mdkcustom --with-jbd --with-ext3,
edit /etc/lilo.conf and run /sbin/lilo, you should be good to reboot...