VAX 6610 configuration file

#
# Copyright (C) 1999-2018 STROMASYS
# All rights reserved.
#
# The software contained on this media is proprietary to and embodies the
# confidential technology of STROMASYS. Possession, use, duplication, or
# dissemination of the software and media is authorized only pursuant to a
# valid written license from STROMASYS.
#
#============================================================================
#
# Sample configuration file for VAX 6000 Model 610.
#
#----------------------------------------------------------------------------

set session hw_model = VAX_6610

#============================================================================
#
# Choose a name for the instance, if needed, to differentiate it among other
# instances running on the same host.
#
#----------------------------------------------------------------------------

include configuration_name.icfg

#============================================================================
#
# Use the following commands to disable the rotating LOG files and enable
# a single LOG file. Select either append or overwrite (for each time the
# instance starts) and specify desired log path and file name.
#
#----------------------------------------------------------------------------

set session log_method = append
#set session log_method = overwrite
#set session log = VAX_6610.log

#============================================================================
#
# To enable automatic boot, define the default boot device in the VAX
# console and uncomment the line below.
#
#----------------------------------------------------------------------------

#set xmi boot = auto

#============================================================================
#
# The following line tells the emulator where to preserve NVRAM content.
# The TOY file maintains the current time of the emulated VAX (when it is not
# running) and other console parameters (such as default boot device).
#
# Both files must be enabled to correctly preserve the console settings.
#
#----------------------------------------------------------------------------

#set toy container = "charon.dat"
#set eeprom container = "charon.rom"

#============================================================================
#
# Disable or enable dynamic instruction translation by the cpu (ACE). The use
# of DIT may be also prohibited by the license. If not specified (i.e. when
# both lines remain commented out) the DIT is enabled as soon as the license
# allows to do so and is disabled otherwise ...
#
#----------------------------------------------------------------------------

#set cpu ace_mode=false
#set cpu ace_mode=true

#============================================================================
#
# Specify the size of RAM (default 512MB). Note that DIT (when enabled)
# also needs certain amount of memory which grows linearly following
# the size of memory specified here. Also remember that the dongle
# license might limit the maximum amount of memory.
#
# The valid settings are: 32,64,128,256,512,768,1024, ... 3072,
#
#----------------------------------------------------------------------------

#set ram size = 512
#set ram size = 768
#set ram size = 1024
#set ram size = 2048
#set ram size = 3072

#============================================================================
#
# Select the connection method for the console serial line OPA0.
#
#----------------------------------------------------------------------------

#load physical_serial_line OPA0 line = "\\.\COM1"
#load virtual_serial_line OPA0 port = 10003
#load virtual_serial_line OPA0 port = 10003 application = "opa0.ht"
load virtual_serial_line OPA0 port = 10003 application = "putty -load OPA0 -P 10003"
#load virtual_serial_line OPA0 port = 10003 application = "c:\kea\user\opa0.ktc"

#----------------------------------------------------------------------------
#
# Uncomment to allow 'F6' to terminate the running emulator. Closing console
# satellite application may also be used for that.
#
#----------------------------------------------------------------------------

#set OPA0 stop_on = "F6"
#set OPA0 stop_on = "Application"
#set OPA0 stop_on = "F6, Application"

#============================================================================
#
# Uncomment to enable emulation of KDM70 storage controller.
#
#----------------------------------------------------------------------------

#load KDM70 PUA xmi_node_id = 11

#============================================================================
#
# Uncomment to connect the emulator's DUA0 to a .VDISK file (disk image).
#
#----------------------------------------------------------------------------

#set PUA container[0] = "<file-name>.vdisk"

#============================================================================
#
# Uncomment to connect the emulator's DUA1 to a host disk drive.
#
#----------------------------------------------------------------------------

#set PUA container[1] = "\\.\PhysicalDrive1"
#set PUA container[1] = "\\.\PhysicalDrive<N>"

#============================================================================
#
# Uncomment to connect the emulator's DUA3 to an .ISO file (CD/DVD image).
#
#----------------------------------------------------------------------------

#set PUA container[3] = "<file-name>.iso"

#============================================================================
#
# Uncomment to connect the emulator's DUA4 to the host's CD/DVD-ROM drive.
#
#----------------------------------------------------------------------------

#set PUA container[4] = "\\.\CdRom0"
#set PUA container[4] = "\\.\CdRom<N>"

#============================================================================
#
# Uncomment to connect the emulator's MUA5 to a .VTAPE file (tape image).
#
#----------------------------------------------------------------------------

#set PUA container[5] = "<file-name>.vtape"

#============================================================================
#
# Uncomment to connect the emulator's MUA6 to a host tape drive.
#
#----------------------------------------------------------------------------

#set PUA container[6] = "\\.\Tape0"
#set PUA container[6] = "\\.\Tape<N>"

#============================================================================
#
# Support of CI:
#
# Load CIXCD adapter into slot 12 (C) of the XMI.
#
#----------------------------------------------------------------------------

#load CIXCD PAA xmi_node_id = 12 ci_node_id = 0x01

#============================================================================
#
# Support of CI:
#
# Connect HSJ50 storage controller to the CIXCD adapter PAA.
#
#----------------------------------------------------------------------------

#load HSJ50 PUA ci_node_id = 0x0B mscp_allocation_class = 1

#============================================================================
#
# Uncomment to connect the emulator's DUA0 to the disk image.
#
#----------------------------------------------------------------------------

#set PUA container[0] = "<file-name>.vdisk"

#============================================================================
#
# Uncomment to connect the emulator's DUA1 to a host disk drive.
#
#----------------------------------------------------------------------------

#set PUA container[1] = "\\.\PhysicalDrive<N>"

#============================================================================
#
# Load optional DEMNA XMI Ethernet Adapter (EXA). Allocate slot 13 of XMI.
#
# TIP: You need to uncomment the "load DEMNA ..." line and one of the
# "load packet_port ..." lines below to attach the EXA to host NIC (or not)
#
#----------------------------------------------------------------------------

#load DEMNA EXA xmi_node_id = 13 interface = EXA0

# choose this one to leave EXA unconnected
#load packet_port EXA0 interface = "(disabled)"

# choose this one to connect EXA to host's NIC (by its connection name)
#load packet_port EXA0 interface = "connection:<connection-name>"

#============================================================================
#
# Load optional DEMNA XMI Ethernet Adapter (EXB). Allocate slot 14 of XMI.
#
# TIP: You need to uncomment the "load DEMNA ..." line and one of the
# "load packet_port ..." lines below to attach the EXB to host NIC (or not)
#
#----------------------------------------------------------------------------

#load DEMNA EXB xmi_node_id = 14 interface = EXB0

# choose this one to leave EXB unconnected
#load packet_port EXB0 interface = "(disabled)"

# choose this one to connect EXB to host's NIC (by its connection name)
#load packet_port EXB0 interface = "connection:<connection-name>"

# this is the end of the configuration file #################################




© Stromasys, 1999-2024  - All the information is provided on the best effort basis, and might be changed anytime without notice. Information provided does not mean Stromasys commitment to any features described.