1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00

IOELEV - I/O PDP-11.

This commit is contained in:
Lars Brinkhoff 2018-06-12 23:24:34 +02:00
parent 0caa3471ed
commit f89d6dcc45
2 changed files with 30 additions and 0 deletions

View File

@ -942,3 +942,32 @@ respond "cpusw=" "2\r"
respond "ndsk=" "1\r"
respond "dsksw=" "3\r"
expect ":KILL"
# IO-11
respond "*" ":palx dsk0:.;ioelev ai_system;ioelev\r"
respond "MACHINE NAME =" "AI\r"
expect ":KILL"
respond "*" ":palx dsk0:.;ioelev mx_system;ioelev\r"
respond "MACHINE NAME =" "MX\r"
expect ":KILL"
respond "*" ":11stnk\r"
# Rumour has it 11DDT 14K should be used, but then 11STNK barfs on
# KLDCP. KLRUG works better.
respond "*" "R"
respond "FILENAME" "\r"
respond "*" "L"
respond "FILENAME" "kldcp; kldcp bin\r"
respond "*" "L"
respond "FILENAME" ".; ioelev mx\r"
respond "*" "A"
respond "FILENAME" ".temp.; ioelev bin\r"
expect ":KILL"
respond "*" ":pcnvrt .temp.; ioelev bin\r"
expect ":KILL"
# Write the file to the front end filesystem:
# :klfedr write .temp.; ioelev a11
# The MX-DL IOELEV won't assemble due to CHADD being undefined.
# Maybe roll back to IOELEV 431, or fix it in new version 433.
# Maybe link with 11DDT 16K.

View File

@ -88,6 +88,7 @@
- HOSTS3, the host table compiler.
- HSNAME, displays user's HSNAME.
- HSNDEV, HSNAME device.
- IO-11, PDP-11 I/O processor.
- IDLE, list idle users.
- IFILE, Chaosnet file service.
- INIT, a helper program for LOGIN, LOGOUT, and other script files.