mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Fix KS10 SIMH script for GT40.
This commit is contained in:
parent
3b9d27ddc1
commit
a1275e8ac8
@ -12,5 +12,6 @@ set vt crt=vr14
|
||||
set vt scale=1
|
||||
set vt address=17772000
|
||||
set rom enabled
|
||||
at rom out/sims/bootvt.img
|
||||
set rom0 address=17766000
|
||||
at rom out/simh/bootvt.img
|
||||
go 166000
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
gt40() {
|
||||
trap kill_gt40 0
|
||||
(sleep 3; tools/simh/BIN/pdp11 build/sims/gt40 >gt40.log 2>&1) &
|
||||
(sleep 3; tools/simh/BIN/pdp11 build/simh/gt40 >gt40.log 2>&1) &
|
||||
GT40="$!"
|
||||
echo "GT40 started, pid $GT40"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user