mirror of
https://github.com/PDP-10/its.git
synced 2026-03-27 18:40:30 +00:00
Update tv11 emulator and throttle it to use less host CPU.
The -s argument is number of milliseconds to sleep ever 1000 PDP-11 instructions.
This commit is contained in:
@@ -25,7 +25,7 @@ gt40() {
|
||||
}
|
||||
|
||||
tv11() {
|
||||
(sleep 3; tools/tv11/tv11 -p 10011 localhost >tv11.log 2>&1) &
|
||||
(sleep 3; tools/tv11/tv11 -s 4 -p 10011 localhost >tv11.log 2>&1) &
|
||||
started TV-11 "$!"
|
||||
}
|
||||
|
||||
|
||||
Submodule tools/tv11 updated: 3b1e2a3bf0...c04b33dc6d
Reference in New Issue
Block a user