mirror of
https://github.com/PDP-10/its.git
synced 2026-03-10 12:48:25 +00:00
Build ITS with KA IMP and TCP/IP.
This commit is contained in:
@@ -131,9 +131,10 @@ There is a [detailed list of all installed programs](doc/programs.md).
|
||||
|
||||
### Network Support
|
||||
|
||||
Currently, networking is only supported under the KLH10 emulator. SIMH does
|
||||
not have the necessary support. As of this release, only the ITS monitor,
|
||||
host table tools, and binary host table are installed.
|
||||
Currently, networking is only supported under the KLH10 and SIMH KA10
|
||||
emulators. The SIMH KS10 does not have the necessary support. As of
|
||||
this release, only the ITS monitor, host table tools, and binary host
|
||||
table are installed.
|
||||
|
||||
Currently, basic TCP network support is in the build, in addition to
|
||||
both a TELNET/SUPDUP server, and both TELNET and SUPDUP clients.
|
||||
|
||||
@@ -231,15 +231,15 @@ DEFOPT PDCLKP==1 ;"DeCoriolis" CLOCK
|
||||
DEFOPT 340P==1 ;HAS 340 DISPLAY
|
||||
DEFOPT STKP==1 ;Has Stanford keyboard
|
||||
|
||||
DEFOPT NETP==0 ; Has net connection
|
||||
DEFOPT IMPP==0 ; Has IMP interface
|
||||
DEFOPT KAIMP==0
|
||||
DEFOPT NETP==1 ; Has net connection
|
||||
DEFOPT IMPP==1 ; Has IMP interface
|
||||
DEFOPT KAIMP==1
|
||||
DEFOPT IMPUS==306 ; ARPA net host number
|
||||
DEFOPT IMPUS3==<IPADDR 10,3,0,6> ; Internet host number
|
||||
DEFOPT NCPP==0 ; Flush NCP code
|
||||
DEFOPT NNETCH==20. ; # NCP net channels
|
||||
DEFOPT INETP==0 ; Include Internet code
|
||||
DEFOPT TCPP==0 ; Include TCP code
|
||||
DEFOPT INETP==1 ; Include Internet code
|
||||
DEFOPT TCPP==1 ; Include TCP code
|
||||
DEFOPT XBL==20. ; # TCP network channels
|
||||
DEFOPT CHAOSP==0 ;CHAOS NET
|
||||
DEFOPT MYCHAD==3114 ;CHAOS NET ADDRESS
|
||||
|
||||
@@ -16,6 +16,12 @@ set ten11 enabled
|
||||
at ten11 10011
|
||||
set auxcpu enabled
|
||||
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
|
||||
at imp tap:tap0
|
||||
at ptr bin/ka10/boot/dskdmp.rim
|
||||
at dpa0 out/sims/rp03.2
|
||||
at dpa1 out/sims/rp03.3
|
||||
@@ -24,5 +30,6 @@ at dpa3 out/sims/rp03.1
|
||||
set mta mpx=7
|
||||
set mta type=b
|
||||
set dt mpx=6
|
||||
set imp mpx=4
|
||||
set dpa noheaders
|
||||
b ptr
|
||||
|
||||
Reference in New Issue
Block a user