Really?? I thought the kernel was already setup for splash since you have the plop image that is placed on the top of the screen when you use linuxfb. I have read up on how to reconfigure the kernel for the splash, its gonna be a chore if that what it takes.
no, its not patched. i only replaced the logo_linux_clut224.ppm file with my own.
you can do it simply by yourself without big changes of the base system.
create your logo with gimp and save it as
.ppmcopy the file "
/proc/config.gz" from a running ploplinux to a hard disk to have it for later
download the kernel that is used in ploplinux from
http://www.kernel.orgextract it with "
tar xfj [kernelfile]"
change into the kernel directory
extract the config.gz with "
zcat config.gz > .config"
change to the directory "
drivers/video/logo"
replace the "
logo_linux_clut224.ppm" with your file
go back to the kernel root directory and create the new kernel with "
make bzImage"
after it has finished go to "
arch/x86/boot" and copy the "
bzImage" to your plop linux. take care, the bzimage of plop linux is written in
lower chars! yours must be renamed to "
bzimage"
best regards
elmar