$title('bg3 - Generic Third Stage configuration file') name bg3 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Title: BG3.A86 ; ; Generic Third Stage Configuration files consist of ; an include of the configuration macros in "bs3cnf.inc", ; followed by the the configuration macros for ; option selection and the "end" macro. ; ; The following option selection macros serve to determine what the ; bootstrap error routine will do after reporting the error. Only ; ONE of the following three may be invoked. ; ; int1 Causes the Bootstrap to execute an int 1 instruction. This ; is used to return to a monitor after a booting failure. ; ; int3 Causes the Bootstrap to execute an int 3 instruction. This ; is used to return to the iSDM monitor after a booting ; failure. ; ; halt This causes the Bootstrap to halt after an error. ; ; ; The following option selection macros serve to determine what attributes ; the Generic Third Stage will have. ; ; cpu_board This selects the type of CPU board you will be using. ; Different CPU boards switch from Real Mode to Protected ; Mode in different manners. Currently the iSBC 286/10(A), ; iSBC 286/12, iSBC 286/100A, iSBC 386/2X/3X and ; iSBC 386/116/120 are supported. ; ; installation This selects the type of Generic Third stage to ; generate. If the parameter is "y", the Generic Third ; Stage will prompt for a different diskette to be inserted ; after the iRMX system is loaded but before it begins ; executing. If it is "n", bootstrap loading is performed ; in a normal manner. ; ; Macros invoked have a percent sign, others have a semicolon. ; ; Note that the macros in this file ard independent of the ; similarly named macros in the BS1.A86 file. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; $include (:f1:bs3cnf.inc) ;int1 %int3 ;halt %cpu_board (286/12) %installation (n) %end