; ; *-*-* MKSYS.CSD *-*-* ; ; Submit file to build an updated version of the iRMX III Operating System ; after Installation is complete on AT Bus systems. ; ; This submit file is specific to System 120 and compatible microcomputers. ; It should not be used to create versions of the Operating System for ; other Microcomputers. ; ; Invocation: submit :config:cmd/mksys(board_name) ; ; Where: board_name - is the name of the ICU Definition file to be used ; without the '.def' extension. Board_name reflects ; the name of the CPU board you are using. ; ; Generate all the files needed for the ICU submit file. The definition ; file will be copied to the current default directory for this ; generation. ; ; Attach to the :home: directory. ; attachfile ; ; Create the generation directory ; createdir %0 ; ; Attach to the generation directory ; attachfile %0 ; ; Invoke the ICU and obtain a local copy of the Definition File. The ; extra 'y's are needed in case the Definition File must be restored to ; work with a newer version of the ICU. ; icu386 /rmx386/icu/%0.def to :$:%0.def y y generate exit ; ; Execute the ICU Submit file to generate the a new version of the ; iRMX III Operating System. Output from submit command is placed ; in .out. ; submit :$:%0 over :$:%0.out e ; ; iRMX III Operating System is generated.