Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The syntax of the CHARON-AXP/SMA(+) configuration file is very simple.  The following section describes each of the syntactic components, with examples.

Comments

All comments begin with a # character and terminate at the end of a configuration line.  They are not processed by the virtual machine.  The following example demonstrates comments both at the beginning of a line and the end of a configuration statement.

Panel
titleExample Configuration Comments

# This configuration is for an AlphaServer 4100
#
load 5 PK    # Add 5 SCSI controllers

Declarations

All objects, with the exception of the built in OPA0, must be declared (or loaded) using the load command.  Most objects have extra options controlling features such as controller model.  Please see the specific object documentation for further details.  The following example demonstrates these.

Panel
titleExample of Configuration Object Declaration (load)

load 1 EW DE450

load 1 PK

Options (Configuration Object Members)

Each object is configurable using a collection of object-specific members.  These can be assigned either double-quoted string or integer values.  The following examples show the assignment of both string an integer values.

Panel
titleAssigning Configuration Object Members

DKA0.image = "C:\disks\dka0.vdisk"

DKA0.size = 8192

Reference

The following sections describe how to manipulate the configuration objects and their members to set up a virtual Alpha machine:

Page Tree
root@self
excerpttrue