parent
733f904b8c
commit
d0e3d2252a
3 changed files with 2 additions and 2 deletions
|
@ -429,7 +429,7 @@ REG cpu_reg[] = {
|
||||||
MTAB cpu_mod[] = {
|
MTAB cpu_mod[] = {
|
||||||
{ UNIT_CONH, 0, "HALT to SIMH", "SIMHALT", NULL, NULL, NULL, "Set HALT to trap to simulator" },
|
{ UNIT_CONH, 0, "HALT to SIMH", "SIMHALT", NULL, NULL, NULL, "Set HALT to trap to simulator" },
|
||||||
{ UNIT_CONH, UNIT_CONH, "HALT to console", "CONHALT", NULL, NULL, NULL, "Set HALT to trap to console ROM" },
|
{ UNIT_CONH, UNIT_CONH, "HALT to console", "CONHALT", NULL, NULL, NULL, "Set HALT to trap to console ROM" },
|
||||||
{ MTAB_XTD|MTAB_VDV, 0, "IDLE", "IDLE={VMS|ULTRIX|NETBSD|OPENBSD|ULTRIXOLD|OPENBSDOLD|QUASIJARUS|32V|ELN}", &cpu_set_idle, &cpu_show_idle, NULL, "Display idle detection mode" },
|
{ MTAB_XTD|MTAB_VDV, 0, "IDLE", "IDLE={VMS|ULTRIX|ULTRIX-1.X|ULTRIXOLD|NETBSD|NETBSDOLD|OPENBSD|OPENBSDOLD|QUASIJARUS|32V|ELN}{:n}", &cpu_set_idle, &cpu_show_idle, NULL, "Display idle detection mode" },
|
||||||
{ MTAB_XTD|MTAB_VDV, 0, NULL, "NOIDLE", &sim_clr_idle, NULL, NULL, "Disables idle detection" },
|
{ MTAB_XTD|MTAB_VDV, 0, NULL, "NOIDLE", &sim_clr_idle, NULL, NULL, "Disables idle detection" },
|
||||||
MEM_MODIFIERS, /* Model specific memory modifiers from vaxXXX_defs.h */
|
MEM_MODIFIERS, /* Model specific memory modifiers from vaxXXX_defs.h */
|
||||||
{ MTAB_XTD|MTAB_VDV|MTAB_NMO|MTAB_SHP, 0, "HISTORY", "HISTORY",
|
{ MTAB_XTD|MTAB_VDV|MTAB_NMO|MTAB_SHP, 0, "HISTORY", "HISTORY",
|
||||||
|
@ -3715,7 +3715,7 @@ fprintf (st, " -u interpret address as virtual, user mode\n\n");
|
||||||
fprintf (st, "The CPU attempts to detect when the simulator is idle. When idle, the\n");
|
fprintf (st, "The CPU attempts to detect when the simulator is idle. When idle, the\n");
|
||||||
fprintf (st, "simulator does not use any resources on the host system. Idle detection is\n");
|
fprintf (st, "simulator does not use any resources on the host system. Idle detection is\n");
|
||||||
fprintf (st, "controlled by the SET IDLE and SET NOIDLE commands:\n\n");
|
fprintf (st, "controlled by the SET IDLE and SET NOIDLE commands:\n\n");
|
||||||
fprintf (st, " sim> SET CPU IDLE{=VMS|ULTRIX|NETBSD|FREEBSD|32V|ELN}{:n}\n");
|
fprintf (st, " sim> SET CPU IDLE{=VMS|ULTRIX|ULTRIX-1.X|ULTRIXOLD|NETBSD|NETBSDOLD|OPENBSD|OPENBSDOLD|QUASIJARUS|32V|ELN}{:n}\n");
|
||||||
fprintf (st, " enable idle detection\n");
|
fprintf (st, " enable idle detection\n");
|
||||||
fprintf (st, " sim> SET CPU NOIDLE disable idle detection\n\n");
|
fprintf (st, " sim> SET CPU NOIDLE disable idle detection\n\n");
|
||||||
fprintf (st, "Idle detection is disabled by default. If idle detection is enabled with\n");
|
fprintf (st, "Idle detection is disabled by default. If idle detection is enabled with\n");
|
||||||
|
|
Binary file not shown.
BIN
doc/vax_doc.doc
BIN
doc/vax_doc.doc
Binary file not shown.
Loading…
Add table
Reference in a new issue