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

10RUN - run PDP-10 maintenance.

Opens a PDP10 USR job to run the MAINT; PART * programs.
This commit is contained in:
Lars Brinkhoff 2018-06-25 11:37:40 +02:00
parent 8b3fdb3c82
commit 97559f4b9b
15 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@ DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \
xfont maxout ucode moon acount alan channa fonts games graphs humor \
kldcp libdoc lisp _mail_ midas quux scheme
BIN = sys2 emacs _teco_ lisp liblsp alan inquir sail comlap c decsys moon \
graphs draw datdrw fonts fonts1 fonts2 games macsym maxer1
graphs draw datdrw fonts fonts1 fonts2 games macsym maxer1 maint
SUBMODULES = dasm itstar klh10 mldev simh sims supdup tapeutils

BIN
bin/maint/part.a Executable file

Binary file not shown.

BIN
bin/maint/part.b Executable file

Binary file not shown.

BIN
bin/maint/part.c Executable file

Binary file not shown.

BIN
bin/maint/part.e Executable file

Binary file not shown.

BIN
bin/maint/part.f Executable file

Binary file not shown.

BIN
bin/maint/part.g Executable file

Binary file not shown.

BIN
bin/maint/part.i Executable file

Binary file not shown.

BIN
bin/maint/part.j Executable file

Binary file not shown.

BIN
bin/maint/part.k Executable file

Binary file not shown.

BIN
bin/maint/part.l Executable file

Binary file not shown.

BIN
bin/maint/part.m Executable file

Binary file not shown.

View File

@ -815,6 +815,11 @@ respond "*" ":midas sys3;ts scrmbl_ejs;scrmbl\r"
expect ":KILL"
respond "*" ":link sys3;ts unscr,sys3;ts scrmbl\r"
# KA10 maintenance
respond "*" ":midas /t sys;ts 10run_sysen2; 10run\r"
respond "with ^C" "TTY==120\r\003"
expect ":KILL"
# KL10 microcode assembler
respond "*" ":midas sysbin;_syseng;micro\r"
expect ":KILL"

View File

@ -1,3 +1,4 @@
- 10RUN, run PDP-10 maintenance.
- 11BOOT, boot IO-11.
- 11DDT, PDP-11 debugger.
- 11SIM, PDP-11 emulator.

BIN
src/sysen2/10run.11 Executable file

Binary file not shown.