From a5f83f20fbbc5286b99acaf063b5166aaef6d72f Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Sat, 21 Dec 2024 18:39:59 +0100 Subject: [PATCH] Test with "Linux NCP" as host 6. --- build/arpanet/imp6.simh | 11 +++++------ build/pdp10-ka/start | 6 ++++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/build/arpanet/imp6.simh b/build/arpanet/imp6.simh index 5ea024006..6f5acc480 100644 --- a/build/arpanet/imp6.simh +++ b/build/arpanet/imp6.simh @@ -6,14 +6,13 @@ do impcode.simh set mi1 enabled set hi1 enabled -;set hi4 enabled +set hi2 enabled set hi1 debug +set hi2 debug attach -u mi1 4421::4431 -attach -u hi1 22001:localhost:22002 -;attach -u hi1 22003:localhost:22004 -;attach -u hi4 22001:localhost:22002 -set hi1 short -;set hi4 short +attach -u hi1 22003:localhost:22004 +attach -u hi2 22001:localhost:22002 +set hi2 convert go diff --git a/build/pdp10-ka/start b/build/pdp10-ka/start index 97b5b88dc..385d69ade 100755 --- a/build/pdp10-ka/start +++ b/build/pdp10-ka/start @@ -80,12 +80,14 @@ simh_imlac() { chaosnet() { (sleep 2; tools/cbridge/cbridge -c build/cbridge.conf >cbridge.log 2>&1) & - started "Chaosnet bridge" "$!" + started "Chaosnet_bridge" "$!" } arpanet() { (sleep 2; cd build/arpanet; ../../tools/simh/BIN/h316 imp6.simh >imp6.log 2>&1) & - started "Arpanet IMP" "$!" + started "Arpanet_IMP" "$!" + (sleep 5; NCP=ncp006 ../linux-ncp/src/ncp localhost 22003 22004 2>ncp006.log) & + started "Linux_NCP" "$!" } help() {