Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbrinkhoff committed Jan 23, 2025
1 parent 1643a79 commit fe8dfc5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
6 changes: 6 additions & 0 deletions build/basics.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ expect ":KILL"
respond "*" ":link device;tcp syn137,sysbin;telser bin\r"
# NCP socket 95 uses TELSER
respond "*" ":link device;lbsign rfc137,sysbin;telser bin\r"
# We don't know why
respond "*" ":link device;lbsign rfc107,sys1;ts supdup\r"

# supdup client
respond "*" ":midas sysbin;supdup_sysnet;supdup\r"
Expand All @@ -265,6 +267,10 @@ expect ":KILL"
respond "*" ":link device;tcp syn025,sysbin;ftps bin\r"
respond "*" ":link device;tcp syn031,sysbin;ftps bin\r"
respond "*" ":link device;chaos smtp,sysbin;ftps bin\r"
respond "*" ":link device;lbsign rfc003,sysbin;ftps bin\r"
respond "*" ":link device;lbsign rfc025,sysbin;ftps bin\r"
respond "*" ":link device;lbsign rfc031,sysbin;ftps bin\r"
respond "*" ":link device;lbsign rfc103,sysbin;ftps bin\r"

respond "*" ":midas sysbin;ftpu_sysnet;ftpu\r"
expect ":KILL"
Expand Down
12 changes: 7 additions & 5 deletions build/mchn/KA/run
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ at -u ten11 line=1,10021
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=%GW%
set imp host=%IP%
at imp tap:tap0
#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 imp emulator
at -u imp 22002:localhost:22001
set ch enabled
set ch node=177002
set ch peer=localhost:44041
Expand Down
3 changes: 3 additions & 0 deletions build/misc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ type ":vk\r"
respond "*" ":midas sysbin;_sysen2; iec\r"
expect ":KILL"
respond "*" ":link sys; atsign iec, sysbin; iec bin\r"
respond "*" ":link device; lbsign rfc113, sys; atsign iec\r"

respond "*" ":midas sys2;ts untalk_gren;untalk\r"
expect ":KILL"
Expand Down Expand Up @@ -442,6 +443,7 @@ respond "*" ":link device;tcp syn161,sysbin;idents bin\r"
respond "*" ":midas sysbin;timsrv bin_sysnet;timsrv\r"
expect ":KILL"
respond "*" ":link device;tcp syn045,sysbin;timsrv bin\r"
respond "*" ":link device;lbsign rfc045,sysbin;timsrv bin\r"

# datsrv
respond "*" ":midas sysbin;_sysnet;datsrv\r"
Expand Down Expand Up @@ -1153,6 +1155,7 @@ respond "*" ":link device;chaos babel,sysbin; babel bin\r"
respond "*" ":midas sysbin;_eak; chahtb\r"
expect ":KILL"
respond "*" ":link device; chaos hostab, sysbin; chahtb bin\r"
respond "*" ":link device; lbsign rfc121, sysbin; chahtb bin\r"

# Chaosnet 11LOAD service for booting MINITS.
respond "*" ":midas device; chaos 11load_minits; 11load\r"
Expand Down

0 comments on commit fe8dfc5

Please sign in to comment.