Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The CHARON-AXP/SMA(+) virtual machines are configured via a text-based configuration file.  This configuration file treats all configurable options as objects.  Each of these objects has a number of members that control specific options related to the object.

This configuration file format is not shared with the CHARON-AXP/SMA or CHARON-AXP/Station products for GNU/Linux.

Syntax

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.

Example 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.

Example of Configuration Object Declaration (load)

load 1 EW DE450

load 1 PK

 

...put in a note about the ddcu notation used in the configuration reference part...

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.

Assigning 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:

 

  • No labels