notaz
Certified Guru
After having worked on the bootloader and kernel a bit I think boot animations are evil and should be avoided completely, at least in the bootloader. The bootloader can't do multitasking, so playing pointless animation there will only make the whole boot time longer without gaining anything. The kernel can do multitasking, but I'd rather have it loading drivers and stuff as fast as it can instead of stopping from time to time to decode some image format and push 750kB to the framebuffer..