Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update for PDF export

...

This statement enables ACE mode if the CHARON-VAX license permits it. If this statement is omitted from the CHARON-VAX configuration file and the license permits it, "true" is the default. Otherwise "false" is the default. For test purposes the ACE mechanism can be disabled with:

set cpu ace_mode=false


Info
"set cpu ace_mode=true" is ignored when the license does not permit ACE operation.

...

Hardware ModelRAM size (in MB)

MinMaxDefaultIncrement
MicroVAX_II116161,8,16
MicroVAX_360016641616
MicroVAX_390016641616
VAXserver_360016641616
VAXserver_390016641616
VAXserver_3600_128321283232
VAXserver_3900_128321283232
MicroVAX_3100_Model_96161281616
VAXstation_4000_Model_90161281616
VAX_4000_Model_106161281616
VAX_6000_Model_310325123232
VAXserver_3600_512325123232
VAXserver_3900_512325123232
MicroVAX_3100_Model_98165121616
VAX_4000_Model_108165121616
VAX_4000_Model_700645126464
VAX_4000_Model_705645126464
VAX_66101283584128128
VAX_66201283584128128
VAX_66301283584128128


Div
classpagebreak



Hardware Model (cont.)RAM size (in MB)

MinMaxDefaultIncrement
VAX_66401283584128128
VAX_66501283584128128
VAX_66601283584128128

TOY

CHARON-VAX maintains its time and date via the "toy" (time-of-year) component. In order to preserve time and date while a virtual system is not running, the TOY component uses a binary file on the host system to store date and time relevant data. The name of the file is specified by the “container” option of the "toy" component.

...

Parametercontainer
TypeText string
Value

Specifies a name of a file in which CHARON-VAX preserves time and date during its “offline” period.

This file also keeps some console parameters (such as default boot device).

By default it is left unspecified.

(info) It is recommended to specify the full path to the file

Example:

set toy container="/charon/my_virtual_system.dat"

The CHARON-VAX time zone may be different from that of the host system. Correct CHARON time relies on the correctness of the host system time to calculate the duration of any CHARON “offline” periods. (i.e. while virtual system is not running). Every time CHARON comes on line it calculates a Delta time (the system time is used if there is no TOY file). Therefore, if the host system time is changed while CHARON is not running, the CHARON time may be incorrect when CHARON is restarted and the CHARON time must be set manually.

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Div
classpagebreak


ROM

The System Flash ROM file conserves specific parameters between reboots.

...

Parametercontainer
TypeText string
Value

Specifies the name of a file in which CHARON-VAX stores an intermediate state of its Flash ROM. 

This state includes, for example, most of the console parameters.

By default it is left unspecified.

(info) It is recommended to specify the full path to the file


Example:


KBCOMMON:DOC-GoToToc Divclasspagebreak

set rom container="/charon/my_virtual_system.rom"

Include PageKBCOMMON:DOC-GoToToc


EEPROM

container

Parametercontainer
TypeText string
Value

A string specifying a file name to store content of EEPROM.

Example:

set eeprom container="vx6k610.rom"

This command enables EEPROM parameters (e.g., default boot drive) to be automatically saved to a specified file. 

The EEPROM file is created in the directory in which CHARON-VAX starts and is created or overwritten each time any parameter relevant to EEPROM content is changed.

(info) It is recommended to specify the full path to the file


Example

set eeprom container="/charon/my_virtual_system.rom"

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Div
classpagebreak


Auto boot

CHARON-VAX systems may be configured to boot the operating system automatically at start up.

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

...

MicroVAX II, MicroVAX 3600/3900 and VAXserver 3600/3900 

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Div
classpagebreak


VAX66x0

xmi boot

Parameterxmi boot
TypeText string
Value

Determines whether the CHARON VAX66x0 startup procedure stops at the ">>>" prompt after self-tests.

The values are:

  • "auto"
  • "manual" (default)

Example:

set xmi boot = "auto"
The value "autoenables automatic boot from a default boot specification previously configured in the VAX console.The value "manual" disables automatic boot once the self tests are passed.

...