/Config.kmk, Devices/Graphics/DevVGA.cpp, Devices/Graphics/BIOS, Devices/EFI/Firmware: Remove long obsolete code for "new year" specific BIOS splash and use new logo/wordmark. This is a draft, because the scaling lowers quality. bugref:10724
Commands for converting the images into a usable format:
convert .../vbox_bios_splash_oracle.png -alpha deactivate -resize "30%" BMP3:vbox_bios_splash_oracle.bmp
convert .../vbox_bios_splash.png -alpha deactivate -resize "50%" BMP3:vbox_bios_splash.bmp
convert .../vbox_bios_splash.png -alpha deactivate -resize "50%" -compress none -type palette BMP3:Logo.bmp
|