| >!Boot
|
| ACORN TEST SOFTWARE (c) Acorn Computers Ltd.
|
| *********************** CHANGE LIST *************************************
|
| Vers  Date            Name    Comment
| ----- ----------      ---     -------------------------------------------
| 1.00  09-May-91       BAR     Taken from !Boot V0.08 for Delta software.
|                               Change for Production use on Brisbane
|                               products, initial development code.
| 1.01  06-Jun-91       DB      Mod. to monitor typesplus additional Mon.3.
| 1.02  10-Jun-91       DB      Set TEST$Top_menu to 1 auto run through
|                               suite menu.
| 1.03  12-Jun-91       BAR     Add this header. Retun to mon type Auto
| 1.04  13-Jun-91       BAR     Add lines to Conf. IDE drives. Remove Conf.
|                               drive 0 and reinitlise ADFS commands.
|                               Change set key to *Key.
| 1.05  18-Jun-91       BAR     Add *SET FILE$PATH to RUN$PATH.
| 1.06  19-Jun-91       BAR     Add system variables specifing the name
|                               and version of the test hard disc. These
|                               varaibles are used by the IDE I/F Test.
|                               Remove Test$ConPath and Test$ConDir - must
|                               not be set, enables broken cycle to work.
| 1.07  21-JUn-91       BAR     Remove *SET FILE$PATH
| 1.08  04-Jul-91       DB      Change  TEST$REPORT_FILE to 1.
| 1.09  04-Jul-91       BAR     Change TEST$ALERT to be ON.
| 1.10  05-Jul-91       BAR     Add extra ide hard disc variables.
|                               Change report level to 5
| 1.11  08-Jul-91       BAR     Change ide drive variable, case sensitive.
|                               Update the conner ide drive version number.
|                               Replace TEST$REPORT_FILE with
|                               TEST$REPORT_ENABLE.
| 1.12  09-Jul-91       BAR     Change REPORT$LEVEL to be 7 - all
| 1.13  12-Aug-91       BAR     Change monitor type back to 0, preventds
|                               tests being run in 'letterbox' mode 7 on
|                               multi frequency monitors, also allows S/W to
|                               be run on RO 2.00 machines.
|                               Add test$error_name & test$machine_number,
|                               to allow reporting of errors to be made.
| 1.14  26-Sep-91       BAR     Add lines to set the number of discs rqd.
|                               Add call to load file to configure the discs
|                               No longer uses Boot2
|                               Set TEST$REPORT_FILE to 1.
| 1.15 16-Oct-91        BAR     Add calls to adjust parts of the OS's memory
|                               areas. Add call to run ConfMemeory obey file.
|                               No longer configures monitor types or adjust
|                               screen modes.
| 1.16 17-Oct-91        DB &    Modified TEST$IDEdrive to hex values.
|                       BAR     Removed variables to set TEST$TYPEBIT and
|                               TEST$Top_menu, now set by control via the
|                               control data file.
| 1.17 30-Oct-91        BAR     Remove lines to set the number of drives,
|                               configure the memory & define the hard disc
|                               paramiters - now in seperate file SetUpTest.
|                               Add line to put the machine into supervisor
|                               mode, so that the file can be changed to an
|                               obey file and run from the desktop and the
|                               pumping of the function key will work.
| 1.18  08-Nov-91       DB      Added test$reset key to set differently 2nd time
|                               called. Added test$standalone, both for keyboard.
| 1.19  13-Nov-91       BAR     Add line to echo 'booting please wait'.
|                               Remove the lines to call setup & conf files,
|                               now in runtests. Still use F1 for calling
|                               the RunTests file after going to the
|                               supervisor.
| 1.20  15-Nov-91       BAR     Remove lines to set up the reporting
|                               control, other switchable varaiblesand
|                               module loading now in 'SetUpTest'.
|
| This program will set up some system varaibles, for production tests.
|
ECHO BOOTING - PLEASE WAIT.
| 
*SET TEST$FILER ADFS::
*SET TEST$DRIVE 0
*SET TEST$ROOT .$
*SET TEST$CTRLDIR <TEST$FILER><TEST$DRIVE><TEST$ROOT>.DATA
*SET TEST$PATH <TEST$FILER><TEST$DRIVE><TEST$ROOT>.data.
*SET TEST$DIR <TEST$FILER><TEST$DRIVE><TEST$ROOT>
*SET TEST$CMOS_FILE CMOSDATA
*SET TEST$CMOS_IGNORE CMOSIGNORE
*SET TEST$CMOS_SHIP CMOSShip
|
| Set the default filer aliase
*SET ALIAS$DEFAULT_FILER *ADFS
*SET ALIAS$DEFAULT_DRIVE <TEST$FILER><TEST$DRIVE>
|
| Set RUN$PATH only if it is set to the default.
*IF RUN$PATH = ",%." THEN SET RUN$PATH <TEST$DIR>.,<RUN$PATH>
|
*Key1 obey -c <TEST$DIR>.RunTests|M
|
| Now Execute key 1
*FX 15,1
*FX138,0,129
*GOS
