Whitespace from last commit. No content changes.

This commit is contained in:
Michael Lucas 2002-07-16 13:09:18 +00:00
parent 8eb3f41496
commit b65bc06ad9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13643

View file

@ -8102,18 +8102,19 @@ UserConfig&gt; <userinput>quit</userinput></screen>
<answer>
<para>Just prior to the release of FreeBSD 3.1, a new feature
was added to allow the display of <quote>splash</quote> screens
during the boot messages. The splash screens currently must be
a 256 color bitmap (<filename>*.BMP</filename>) or ZSoft PCX
(<filename>*.PCX</filename>) file. In addition, they must have
a resolution of 320x200 or less to work on standard VGA
adapters. If you compile VESA support into your kernel, then
you can use larger bitmaps up to 1024x768.
The actual VESA support can either
be compiled directly into the kernel with the
<literal>VESA</literal> kernel config option or by loading the
VESA kld module during bootup.</para>
<para>Just prior to the release of FreeBSD 3.1, a new
feature was added to allow the display of
<quote>splash</quote> screens during the boot
messages. The splash screens currently must be a 256 color
bitmap (<filename>*.BMP</filename>) or ZSoft PCX
(<filename>*.PCX</filename>) file. In addition, they must
have a resolution of 320x200 or less to work on standard
VGA adapters. If you compile VESA support into your
kernel, then you can use larger bitmaps up to 1024x768.
The actual VESA support can either be compiled directly
into the kernel with the <literal>VESA</literal> kernel
config option or by loading the VESA kld module during
bootup.</para>
<para>To use a splash screen, you need to modify the startup
files that control the boot process for FreeBSD. The files for