Award BIOS logo

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software)
Line 17: Line 17:
  
 
=== Version 2 ===
 
=== Version 2 ===
Version 2 files begin with a signature of "<code>AWBM</code>". This is a more typical kind of image format, not based on character graphics. It appears to support at least 4- and 8-bit paletted images.
+
Version 2 files begin with a signature of "<code>AWBM</code>". This is a more typical kind of image format, not based on character graphics. It appears in two varieties: "planar 4-bit" BGR palette and "packed 8-bit" RGB palette.
  
 
== Specifications ==
 
== Specifications ==
Line 26: Line 26:
 
* [[RECOIL]]
 
* [[RECOIL]]
 
* [http://www.blackfiveservices.co.uk/awbmtools.shtml AWBMTools] - Has source code to read and write (some) v2 files
 
* [http://www.blackfiveservices.co.uk/awbmtools.shtml AWBMTools] - Has source code to read and write (some) v2 files
 +
* [https://github.com/jsummers/deark/blob/master/modules/awbm.c]
  
 
== Sample files ==
 
== Sample files ==

Revision as of 22:32, 7 March 2015

File Format
Name Award BIOS logo
Ontology
Extension(s) .epa, .bmp

Award BIOS logo (also known as EPA or AWBM) is a family of image formats associated with Award BIOS firmware. These formats are used by those who wish to change the image shown on the boot screen of certain computers. The default image is usually an "Energy Star" logo.

Contents

Format

There are at least two main versions of the format, sometimes called "version 1" and "version 2". Additionally, different versions of the BIOS have different restrictions on the size of the image, etc. There is evidence that different BIOS versions may even render the same file differently.

Version 1

Version 1 images are rendered in text mode, by customizing the character graphics. Consequently, each 8×14 cell of pixels can only use two different colors.

There is no identifying signature, but most files begin with 0x11 0x06 or 0x11 0x09, based on the usual dimensions of the image in cells.

There are usually two images in the file, the second being the small blue Award logo that also appears on the boot screen.

Version 2

Version 2 files begin with a signature of "AWBM". This is a more typical kind of image format, not based on character graphics. It appears in two varieties: "planar 4-bit" BGR palette and "packed 8-bit" RGB palette.

Specifications

Software

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox