mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
VAX: Fixed idle conditions for various versions of Ultrix, Quasijarus-4.3BSD, NetBSD and OpenBSD.
Note: Since NetBSD and OpenBSD are still actively developed operating systems, new versions of these OSes are moving targets with regard to providing idle detection. At this time, recent versions of OpenBSD have veered from the traditional OS idle approach taken in the other BSD derived OSes. Determining a reasonable idle detection pattern does not seem possible for these versions.
This commit is contained in:
2
scp.c
2
scp.c
@@ -603,7 +603,7 @@ static CTAB cmd_table[] = {
|
||||
"set console NODEBUG disable console debugging\n"
|
||||
"set break <list> set breakpoints\n"
|
||||
"set nobreak <list> clear breakpoints\n"
|
||||
"set throttle x{M|K|%%} set simulation rate\n"
|
||||
"set throttle x{M|K|%%} set simulation rate\n"
|
||||
"set nothrottle set simulation rate to maximum\n"
|
||||
"set <dev> OCT|DEC|HEX set device display radix\n"
|
||||
"set <dev> ENABLED enable device\n"
|
||||
|
||||
Reference in New Issue
Block a user