1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-28 12:57:56 +00:00

Updated build to make pdp10-ka-, pdp10-ks-, and pdp10-kl-based systems correctly set up IP network.

Now, KA, DB, and KL systems will set their IP address to the value of the IP make variable.
They wiil correctly define a host table entry for their machine.
They will correctly set up .mail.;names >.
They will correctly configure COMSAT for networking.

The resulting systems should allow COMSAT to come up, and with appropriate IMP configuration
in the "run" scripts to perform inbound and output IP network requests.
This commit is contained in:
Eric Swenson
2024-09-01 22:43:29 -07:00
parent b21002e7f9
commit 23a27a5345
17 changed files with 150 additions and 56 deletions

17
build/mchn/DB/run Normal file
View File

@@ -0,0 +1,17 @@
set console wru=034
set cpu its
set cpu idle
set tim y2k
set ch enabled
set ch node=177002
set ch peer=localhost:44041
att ch 44042
set dz 8b lines=8
at -u dz0 10004
# VT52
at -u dz0 line=7,10018
# GT40
at -u dz0 line=6,10019
set rpa0 rp06
at rpa0 out/simh/rp0.dsk
b rpa0

View File

@@ -40,8 +40,8 @@ at auxcpu 10006
set imp enabled
set imp mac=e2:6c:84:1d:34:a3
set imp ip=192.168.2.101/24
set imp gw=172.31.1.100
set imp host=10.3.0.6
set imp gw=%GW%
set imp host=%IP%
at imp tap:tap0
set ch enabled
set ch node=177002

41
build/mchn/KL/run Normal file
View File

@@ -0,0 +1,41 @@
set console wru=034
set cpu its
set cpu idle
set cpu 2048k
set rpb dis
set tua dis
set lpt dis
set dc disable
set tty enabled
set tty 8b
at -u tty 10007
# VT52
at -u tty line=14,10018 speed=9600
# Tektronix
at -u tty line=13,10017 speed=9600
# Dial-up
at -u tty line=12,10015 speed=9600
set pd ena
set pd on
set mta enabled type=b
set rpa0 rp04
set rpa1 rp04
set rpa2 rp04
at rpa0 out/pdp10-kl/rp04.0
at rpa1 out/pdp10-kl/rp04.1
at rpa2 out/pdp10-kl/rp04.2
#
set imp enabled
set imp mac=e2:6c:84:1d:34:a3
set imp ip=192.168.2.101/24
set imp gw=%GW%
set imp host=%IP%
at imp tap:tap0
#
set ch enabled
set ch node=177002
set ch peer=localhost:44041
att ch 44042
#
load -i bin/kl10/boot/@.ddt
go