Page 1 of 1

Displaying a BMP image?

Posted: Wed Jan 07, 2004 12:00 am
by images
Anybody have knowledge/examples/links of how to go about showing a bitmap image onto a screen when booting?

Thanks

RE:Displaying a BMP image?

Posted: Wed Jan 07, 2004 12:00 am
by Dangamoose
Try www.wotsit.org for the fileformat.

Dangamoose

RE:Displaying a BMP image?

Posted: Sat Jan 10, 2004 12:00 am
by gaf
Hi
Ypu could use VESA to set up a high-res linear framebuffer and then copy the pixel-data from the bitmap to the screen.

http://www.vesa.org/vbe3.pdf   About the VESA Bios Extensions

regards,
gaf