Files
Digital-Research-Source-Code/MPM OPERATING SYSTEMS/MPM-86/MPM-86 2.0 SOURCES/07/GENMIX.SUB
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

70 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;login into frank on VAX before running this submit
;
;generate CMD files for mixed code and data utilities
;for MP/M-86 2.0, after H86 files have been created on VAX
;
;
vax $$a\set def [frank.mpm86.mixcd]\
;
vax abort.h86 $$fans
gencmd abort
;
vax attach.h86 $$fans
gencmd attach
;
vax cons.h86 $$fans
era console.h86
ren console.h86=cons.h86
gencmd console
;
vax dir.h86 $$fans
gencmd dir
;
vax dskrst.h86 $$fans
era dskreset.h86
ren dskreset.h86=dskrst.h86
gencmd dskreset
;
vax era.h86 $$fans
gencmd era
;
vax eraq.h86 $$fans
gencmd eraq
;
vax ren.h86 $$fans
gencmd ren
;
vax set.h86 $$fans
gencmd set
;
vax show.h86 $$fans
gencmd show
;
vax spool.h86 $$fans
gencmd spool
;
vax sspool.h86 $$fans
era stopsplr.h86
ren stopsplr.h86=sspool.h86
gencmd stopsplr
;
vax tod.h86 $$fans
gencmd tod
;
vax type.h86 $$fans
gencmd type
;
vax $$a\set def [frank.mpm86.gensys]\
vax gensys.h86 $$fans
gencmd gensys
;
vax $$a\set def [frank.mpm86.mpmstat]\
vax stsrsp.h86 $$fans
gencmd stsrsp
era mpmstat.rsp
ren mpmstat.rsp=stsrsp.cmd
vax stscmd.h86 $$fans
gencmd stscmd
era mpmstat.cmd
ren mpmstat.cmd=stscmd.cmd