E Sdrviewer Splash Screen File Format - Intel SR870BN4 - Server Platform - 0 MB RAM Product Manual

Product guide
Hide thumbs Also See for SR870BN4 - Server Platform - 0 MB RAM:
Table of Contents

Advertisement

E SDRViewer Splash Screen File Format

The splash screen file contains a header and binary data that holds the Unicode characters and their
color attributes that are displayed on the screen. The default file name extension of the splash
screen files is *.sph. Table 62 summarizes the content of these files.
NOTES
The last character in the screen cannot be displayed, because it causes the
screen to scroll up. Even though it is required in the file, it is not written to
the screen.
The utility checks that the text mode resolution specified in the splash screen
file is supported by the system. The splash screen is not displayed if the text
mode is not supported. In addition, the current text mode is preserved after
the splash screen is successfully displayed.
Table 62.
SDRViewer Splash Screen File Format
Field
Signature
Version
Number of Columns (x)
Number of Rows (y)
Screen Attribute
Reserved
Lines 1 through y
302
Size (bytes)
Description
8
ASCII string "*SPLASH*" that indicates it is a splash screen file.
1
File format version: 1 for this specification.
2
Number of columns in the screen. This is text mode resolution of
x (e.g., 80 for text mode 80x25).
2
Number of rows in the screen. This is the text mode resolution
of y (e.g., 25 for text mode 80x25).
1
Text color and background attributes of entire splash screen
(note that the attribute of each cell overrides this field).
2
4 * x * y
Lines consist of all the Unicode characters and their color
attributes. X refers to the number of columns; Y refers to the
number of rows. Unicode character must be supported by EFI.
All the lines are contiguous as a one-dimensional array. The first
byte is reserved, the second is the character's color attribute
(text background | text color), and the last byte is the 2-byte
Unicode character:
UINT8
UINT8
CHAR16
Reserved;
attr;
UnicodeChar;
Intel® SR870BN4 Server System Product Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SR870BN4 - Server Platform - 0 MB RAM and is the answer not in the manual?

Questions and answers

Table of Contents