mirror of
https://github.com/PDP-10/its.git
synced 2026-01-26 20:22:22 +00:00
SYSTEM GEN - Low level DECtape formatting.
This is a standalone program using the PDP-6 Microtape device. The source code has been fixed to assemble with the current version of MIDAS. Double !s are needed to get the concatenation right. Also, garbage at the end was removed.
This commit is contained in:
@@ -19,6 +19,15 @@ respond "*" ":midas sys1;ts salv_system;salv\r"
|
||||
respond "time-sharing?" "y\r"
|
||||
expect ":KILL"
|
||||
|
||||
# system gen
|
||||
respond "*" ":midas /t dsk0:.;@ sysgen_syseng; system gen\r"
|
||||
respond "with ^C" "PI==4\r"
|
||||
respond "\n" "TTY==120\r"
|
||||
respond "\n" "DC==200\r"
|
||||
respond "\n" "UTC==210\r"
|
||||
respond "\n" "UTS==214\r\003"
|
||||
expect ":KILL"
|
||||
|
||||
respond "*" ":midas sys3;ts syslod_sysen1;syslod\r"
|
||||
expect ":KILL"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user