Versions Compared

Key

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

...

Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

#
# Copyright (C) 1999-2016 2017 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.
#
#----------------------------------------------------------------------------

...

#============================================================================
#
# 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 saved state of the console settings.
#
#----------------------------------------------------------------------------

...

#============================================================================
#
# Specify the size of RAM (default 32MB512MB). 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, ... 30723584,
#
#----------------------------------------------------------------------------

...

#----------------------------------------------------------------------------
#
# Uncomment to allow 'F6' to terminate the running emulator.
#
#----------------------------------------------------------------------------

#set OPA0 stop_on = "F6"

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

...

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

...

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

#set PUA container[1001] = "/dev/sd<L>"

#============================================================================
#
# Uncomment to connect the emulator's DUA300 to the host's DUA3 to an .ISO file (CD/DVD -ROM driveimage).
#
# Device name may be different depending on particular version of host
# operating system. Choose one which suits best.
#
#----------------------------------------------------------------------------

#set PUA container[3003] = "/dev/cdrom"
#set PUA container[300] = "/dev/cdrom1"
#set PUA container[300] = "/dev/cdrom<N>"
#set PUA container[300] = "/dev/sr0"
#set PUA container[300] = "/dev/sr<N>"#<file-name>.iso"

#================================================================================

#
# Uncomment to connect the emulator's DUA400 to an .ISO file (CD/DVD image)DUA4 to the host's CD/DVD-ROM drive.
#
# Device name may be different depending on particular version of host
# operating system. Choose one which suits best.
#
#----------------------------------------------------------------------------

#set PUA container[4004] = "<file-name>.iso"#==/dev/cdrom"
#set PUA container[4] = "/dev/cdrom1"
#set PUA container[4] = "/dev/cdrom<N>"
#set PUA container[4] = "/dev/sr0"
#set PUA container[4] = "/dev/sr<N>"

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

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

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

...

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

#set PUA container[1001] = "/dev/sd<L>"

#============================================================================
#
# DEMNA XMI Ethernet Adapter EXA.
#
# ---Uncomment both lines to enable emulation of EXA.
#
#----------------------------------------------------------------------------

#load DEMNA EXA xmi_node_id = 13 interface = EXA0
#load packet_port EXA0 interface = "(disabled)"#set EXA0 interface = "eth<N>"

#======================================================#----------------------------------------------------------------------------
#
# Connect EXA0 to a host NIC.
#
#----------------------------------------------------------------------------

#set EXA0 interface = "eth<N>"

#====================================
#
# DEMNA XMI Ethernet Adapter EXB====================================================
#
# DEMNA XMI Ethernet Adapter EXB.
#
# Uncomment both lines to enable emulation of EXB.
#
#----------------------------------------------------------------------------

#load DEMNA EXB xmi_node_id = 14 interface = EXB0
#load packet_port EXB0 interface = "(disabled)"

#----------------------------------------------------------------------------
#
# Connect EXB0 to a host NIC.
#
#----------------------------------------------------------------------------

#load DEMNA EXB xmi_node_id = 14 interface = EXB0
#load packet_port EXB0 interface = "(disabled)"
#set EXB0 interface = "eth<N>"

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


Back to TopTopPage