mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 23:36:30 +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:
parent
bb79fcaf2a
commit
1fc0442160
@ -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"
|
||||
|
||||
|
||||
@ -211,6 +211,7 @@
|
||||
- SYSCHK, check up on system job.
|
||||
- SYSLOD, system load histogram.
|
||||
- SYSMSG, displays system messages.
|
||||
- SYSTEM GEN, low level DECtape formatting.
|
||||
- RABBIT, Scheme compiler.
|
||||
- TAGS, generate tags table for sources.
|
||||
- TALK/WHO/WHOJ/WHOM/USERS, list users.
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user