1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00

Update emulators to use shared memory.

This commit is contained in:
Lars Brinkhoff 2024-02-23 14:04:58 +01:00
parent 8f161cced9
commit d9596ce36b
4 changed files with 6 additions and 6 deletions

View File

@ -33,8 +33,8 @@ at -u mty line=8,10017 speed=9600
at -u mty line=7,10016;notelnet speed=50000
at -u mty line=6,10015 speed=9600
set ten11 enabled
at -u ten11 line=0,10011
at -u ten11 line=1,10021
at ten110 ten11.0
at ten111 ten11.1
set auxcpu enabled
at auxcpu 10006
set imp enabled

View File

@ -34,7 +34,7 @@ imlac() {
}
tv11() {
(sleep 3; tools/tv11/tv11 -s 4 -p 10011 localhost >tv11.log 2>&1) &
(sleep 3; tools/tv11/tv11 -s4 -f ten11.0 >tv11.log 2>&1) &
started TV-11 "$!"
}
@ -44,7 +44,7 @@ tvcon() {
}
xgp11() {
(sleep 3; tools/tv11/xgp11 -s1 -p 10021 localhost >xgp11.log 2>&1) &
(sleep 3; tools/tv11/xgp11 -s1 -f ten11.1 >xgp11.log 2>&1) &
started XGP-11 "$!"
}

@ -1 +1 @@
Subproject commit 20fa16ec1ce720eeaa8d8e52eeaee7f0d498df94
Subproject commit 761d6933944370a4f41f14a26a6361d491dfb995

@ -1 +1 @@
Subproject commit cb5e561508237612e22b5b430bf966f40929adb3
Subproject commit d46610b16e0e95ea3c897657a3de8c0a3fbd35da