From 0b41a062cb02b932e23b65bfd3d6b4f2584d11c0 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 15 May 2019 10:24:53 +0200 Subject: [PATCH] Enable CHAOSP and CH10P for KA ITS. --- build/sims/boot2 | 4 ++++ build/sims/config.202 | 4 ++-- build/sims/run | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build/sims/boot2 b/build/sims/boot2 index 01771d6d..8e6f299e 100644 --- a/build/sims/boot2 +++ b/build/sims/boot2 @@ -8,6 +8,10 @@ at ptr bin/ka10/boot/dskdmp.rim at mta0 out/sims/sources.tape set mta mpx=7 set mta type=b +set ch enabled +set ch node=3114 +set ch peer=localhost:42043 +at ch 42042 at dpa0 out/sims/rp03.2 at dpa1 out/sims/rp03.3 at dpa2 out/sims/rp03.0 diff --git a/build/sims/config.202 b/build/sims/config.202 index 7601a72c..5f4325be 100644 --- a/build/sims/config.202 +++ b/build/sims/config.202 @@ -241,10 +241,10 @@ DEFOPT NNETCH==20. ; # NCP net channels DEFOPT INETP==1 ; Include Internet code DEFOPT TCPP==1 ; Include TCP code DEFOPT XBL==20. ; # TCP network channels -DEFOPT CHAOSP==0 ;CHAOS NET +DEFOPT CHAOSP==1 ;CHAOS NET DEFOPT MYCHAD==3114 ;CHAOS NET ADDRESS DEFOPT NINDX==30. ;NUMBER OF INDICES -DEFOPT CH10P==0 ;CHAOS NET VIA PDP-10 I/O BUS, NOT FRONT-END +DEFOPT CH10P==1 ;CHAOS NET VIA PDP-10 I/O BUS, NOT FRONT-END DEFOPT NOTYS==1 ;# KA-10 CONSOLE 0 TTYS DEFOPT TK10P==1 ;HAS TK10 TTY SCANNER diff --git a/build/sims/run b/build/sims/run index b79cee29..bdc49473 100644 --- a/build/sims/run +++ b/build/sims/run @@ -22,6 +22,10 @@ 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 +set ch enabled +set ch node=3114 +set ch peer=localhost:42043 +at ch 42042 at ptr bin/ka10/boot/dskdmp.rim at dpa0 out/sims/rp03.2 at dpa1 out/sims/rp03.3