[comp.sys.amiga] All dem colors during boot

hah@mipon3.intel.com (Hans Hansen) (10/11/87)

The folowing is a "Sandscript" file, it can also be ran thru straight nroff/
troff by removing the first 8 lines.  Lacking nroff/troff just remove all
lines that begin with a ".".

Hope this helps.

Hans

ps watch for the last cut an sig at the end.

--------------- cut here ------------------ cut here ----------------------
.BE paper
.nr nS 12
.rn SH sH
.de SH
.sH "\\s\n(nS\\$1"
.sz \n(nS
..
.sz \n(nS
.sz 20
.ce 1
A M I G A ' S      I N I T I A L I Z A T I O N      C O L O R S

.sz 12
Dark gray		Ok Hardware
.br
Light gray		Ok Software
.br
Red			Bad ROM Checksum
.br
Green			Bad RAM
.br
Blue			Bad Custom Chips
.br
Yellow			Exception



.sz 20
.ce 1
A M I G A ' S      I N I T I A L I Z A T I O N
.sz 12

Clear Chips
.br
Disable DMA and Interrupts
.br
Clear the Screen
.br
Check the Hardware
.br
Pass or fail the Hardware to the Screen
.br
Checksum the ROMs
.br
Pass or fail the ROMs to the Screen
.br
System setup
.br
Check the for RAM at $C00000
.br
Move SYS_BASE to $C00000 if it exists
.br
RAM Test
.br
Pass or fail the RAM to the Screen
.br
Check the Software
.br
Pass or fail the Software to the Screen
.br
Set up the RAM
.br
Link the Libraries
.br
Find External RAM and link it to the list
.br
Set up Interrupts and DMA
.br
Start default Task
.br
Check for 68010, 68020, and 68881
.br
Check for an Exception
.br
System Reset

--------------------------------- cut here -----------------------------

Hans