I compiled a new kernel image on x86 using cross compiler with these commands (source):
$ cp arch/powerpc/configs/pmac32_defconfig .config
$ make ARCH=powerpc menuconfig
$ make ARCH=powerpc CROSS_COMPILE=pwoerpc-750-linux-gnu-
Now, I want to install this new image on a debian-powerpc. Debian-powerpc uses quik as the default bootloader. How do I do that?