Skip to content

Commit

Permalink
Test with "Linux NCP" as host 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbrinkhoff committed Jan 3, 2025
1 parent c345175 commit a5f83f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 5 additions & 6 deletions build/arpanet/imp6.simh
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions build/pdp10-ka/start
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a5f83f2

Please sign in to comment.