So I've made several attempts to compile and boot a new kernel.. All of them are failing.
I run make menuconfig and select what I want. Next is make dep followed by make bzImage (then make modules and make modules_install.)
Everything is fine except the actual booting part. I copy the chrp kernel (not the rs6000) to the boot partition, reboot and fire it up. It loads and gunzips the kernel and sits at the point where it should be switching to the frame buffer. (I've checked to make sure it is supporting the correct series of processor. Heck, I even used the config from 2.4.21 from PegXlin to set the options for the newer kernel.)
Do I need some chicken bones and a voodoo doll to make this work? Is there something else I need to do that doesn't need to be done with the i386?
To put it another way... HELP!