; ; *-*-* BG38.CSD *-*-* ; ; The Submit file to generate the iRMX III Bootstrap Loader ; Generic Third Stage. ; ; Invocation: submit :f1:bg38(filename, ; location) ; ; Where: ; filename: The name of the file in which to place the generated ; third stage. The name of the Generic Third Stage ; configuration file is fixed and is BG3.A86. ; location: is the memory location of the Generic Third stage. Use the ; default address 6000H if you have no special requirements. ; The default address is designed to function with standard ; iRMX III systems. ; ; The current default directory (:$:) must contain the iRMX Bootstrap ; Loader configuration files. It will be attached as :f1: by this ; Submit file to generate the Bootstrap Loader. ; ; attachfile $ as :f1: ; asm86 :f1:%0.a86 ; link86 & :f1:%0.obj, & :f1:bg38.lib & to :f1:bg38.lnk print(:f1:%0.mp1) notype nolines nosymbols ; loc86 :f1:bg38.lnk & addresses(classes(code(%1))) & order(classes(code,data)) & noinitcode & start(bs3) purge & to :f1:%0 map print(:f1:%0.mp2) ; ; The Generic Third Stage is located at address %1 and is ; in the file %0 ;