.; .; .; MODULE DESCRIPTION: .; .; TITLE:LABSTATION 23 GENERATION ROUTINE .; .; This routine: .; 1. copies the RSX11S distribution to the target device .; 3. initiates the system generation .; .; .; The routine distinguishes between a VAX/VMS host and an PDP host .; .; .; .; Version number: 1.0 .; Author: T.A.Turano .; Date: 1-November-1982 .; Edit history: none .; .; .ENABLE SUBSTITUTION .ENABLE ESCAPE .ENABLE GLOBAL .DISABLE LOWERCASE .; .; Host machine determination: .; .SETN h$sys 4 ! assume VAX/VMS .IF = 1 .SETN h$sys 1 ! 11M host .IF = 6 .SETN h$sys 2 ! 11M+ host .IF = 5 .SETN h$sys 4 ! VAX/VMS host .; .IF = 1 .SETS h$str "RSX-11M" ! 11M host .IF = 6 .SETS h$str "RSX-11M+" ! 11M+ host .IF = 5 .SETS h$str "VAX/VMS" ! VAX/VMS host .; .SETS u$uic ! get the initial uic ; ;===================================================== ; This is the LABSTATION 23 generation program. ; Version 1.0 ; ; Generation begun '' at '