1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-17 16:53:23 +00:00

Added support for TIMOON.

This commit is contained in:
Eric Swenson 2016-12-03 15:30:03 -08:00
parent 07568ea0b7
commit 1f4f688067
3 changed files with 1029 additions and 0 deletions

View File

@ -109,6 +109,7 @@ from scratch.
- INQUPD, processes INQUIR change requests
- LOOKUP, looks up user info in INQUIR database
- REATTA, reattaches disowned jobs to terminal
- TIMOON, displays the time and phase of the moon
6. A brand new host table is built from the host table source and
installed into SYSBIN; HOSTS3 > using H3MAKE.

View File

@ -632,9 +632,14 @@ respond "*" ":link sys1;ts s,sys;ts send\r"
respond "*" ":link sys3;ts snd,sys;ts send\r"
respond "*" ":link sys3;ts sned,sys;ts send\r"
# reatta
respond "*" ":midas sys1;ts reatta_sysen2;reatta\r"
expect ":KILL"
# timoon
respond "*" ":midas sys1;ts timoon_syseng;timoon\r"
expect ":KILL"
# ndskdmp tape
respond "*" ":link kshack;good ram,.;ram ram\r"

1023
src/syseng/timoon.25 Executable file

File diff suppressed because it is too large Load Diff