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

Make XGP-11 use less host CPU.

This commit is contained in:
Lars Brinkhoff 2024-02-23 14:09:06 +01:00
parent d9596ce36b
commit f37167265a

View File

@ -44,7 +44,7 @@ tvcon() {
}
xgp11() {
(sleep 3; tools/tv11/xgp11 -s1 -f ten11.1 >xgp11.log 2>&1) &
(sleep 3; tools/tv11/xgp11 -s4 -f ten11.1 >xgp11.log 2>&1) &
started XGP-11 "$!"
}