qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v5] showing a splash picture when start, seabios im


From: xiaxia347work
Subject: [Qemu-devel] [PATCH v5] showing a splash picture when start, seabios image for test
Date: Tue, 5 Jul 2011 01:08:21 +0800

   The patch let qemu pass a compressed data to seabios.  This image
 support the compressed jpg/bmp file by LZMA algorithm.

    The attachment is the seabios image that help test the patch.  

usage:
    apply the patch for qemu.
    alternate the bios.bin.
    start x86 qemu with a specified splash-time and file name.

limitation in seabios:
     jpeg decoder have its limitation, it only accept jpg file with
width=16*M, height=16*N.
     bmp decoder only accept 24bpp file, with a resolution that a video
mode could support. Recommended is 640x480(mostly used).

2011-07-05

Attachment: bios.bin
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]