Page 1 of 1

Changing Kickstart Boot image

Posted: Mon Jul 15, 2013 12:13 am
by theamigaone
Is there any current way to alter the bootimage?

Re: Changing Kickstart Boot image

Posted: Mon Jul 15, 2013 1:44 am
by Rigo
No, it is currently hard-coded into the bootimage.kmod. This may change in the future however.

Simon

Re: Changing Kickstart Boot image

Posted: Sun Jul 21, 2013 8:32 pm
by theamigaone
Gave myself a challenge, temporary solution found :)

http://www.youtube.com/watch?v=5tiSkkodOr8

Re: Changing Kickstart Boot image

Posted: Mon Jul 22, 2013 3:05 pm
by kas1e
@theamigaone

Can't see on video, but is it 256 color image dithered well, or true color one ? If you understand how bootimage.kmod works , maybe you can also write new one, with "prefs" which will give user ability to choice boot image whatever they want ?

Re: Changing Kickstart Boot image

Posted: Mon Jul 22, 2013 4:26 pm
by theamigaone
At the moment, im using un-dithered images as the output compressed image is smaller than when using floyd-steinberg dithering. At present I'm just re-arranging the set 138kb kmod file(through its ELF section padding) , thus my compressed image must be under 136kb. They are 256 colors, but as I'm not modifying the code that decodes and displays the image(that will be Hyperions job if users 'really' want it, which I doubt), we are limited to 640x480x8bit.

Once I learn how to stretch an ELF file while maintaining all the internal jump tables and address references then I'l be able to add compressed images larger than 136kb. Of course Raw images 640x480x256 are 302kb without compression. Again this is a hack, but yes if the Dev team don't see it as a problem, i will make it as a 3rd party picture changer with prefs etc.