Copyright (c) 1995-1997 Mark Brinicombe.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
	This product includes software developed by Mark Brinicombe.
4. The name of the company nor the name of the author may be used to
   endorse or promote products derived from this software without specific
   prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

RiscBSD kernel project

!Help

Bootloader/configurer help text

Created      : 26/04/95
Last updated : 23/06/97

Fraid this file is empty at the moment.

Read the installation notes accompanying the release for more information.

!BtRiscBSD V2.87 and greater is StrongARM compatible.


-----------------------------------

Description of the horizontal bars displayed at the top of the screen when
a kernel is booted.
First bar     -	bootloader has switched to SVC mode and has hooked into
		the RiscOS page tables. (0xcc)

Second bar    -	SVC mode now with interrupts off. (0x55)

Third bar     - boot arguments copied to kernel args virtual base. (0x80)

Forth bar     -	Kernel scratch memory area zeroed. (0xbb)

Fifth bar     -	Kernel text area copied to kernel address space. (0xee)

Sixth bar     -	Kernel data area copied to kernel address space. (0x66)

Seventh bar   - Kernel symbols and string table copied to kernel address
		space. (0xaa)

Eigth bar     - About to switch to SVC32 mode and enter kernel. (0xff)

The hex number in brackets is the byte written into video memory for that bar.
Thus the colour will be dependant of the display mode and palette.

For an standard 8bpp mode the colours are:

0xcc - pastel blue
0x55 - orange
0x80 - dark blue
0xbb - purple
0xee - cyan
0x66 - green
0xaa - blue
0xff - white
