Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: needs monospace font

Anchor
TopPage
TOC
TopPage
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

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

...

#============================================================================
#
# 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 32MB). Note that the dongle license might
# limit the maximum amount of memory.
#
#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 ram size = 64
#set ram size = 128
#set ram size = 256
#set ram size = 512#cpu ace_mode=false
#set cpu ace_mode=true

#==============================================================================
#
# Select the connection method for the console serial line OPA0Specify the size of RAM (default 32MB). Note that the dongle license might
# limit the maximum amount of memory.
#
#----------------------------------------------------------------------------

#load physical_serial_line OPA0 line = "/dev/tty<N>"
#set ram size = 64
#set ram size = 128
#set ram size = 256
#set ram size = 512

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

#load physical_serial_line OPA0 line = "/dev/tty<N>"
#load virtual_serial_line OPA0 port = 10003
load operator_console OPA0

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

#set OPA0 stop_on = "F6"

#============================================================================
#
# DWMBB XMI VAXBI Adapter
#
# Slots 1 - 15 (1 - F) of the VAXBI are able to handle I/O adapters.
#
#----------------------------------------------------------------------------

...

#set DUA container[1] = "/dev/sg<N>sd<L>"

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

#set DUA container[9] = "<file-name>.iso"
#set DUA container[9] = "/dev/cdrom"
#set DUA container[9] = "/dev/cdrom1"
#set DUA container[9] = "/dev/cdrom<N>"
#set DUA container[9] = "/dev/sg<N>sr0"
#set DUA container[9] = "<file-name>.iso/dev/sr<L>"

#==============================================================================
#
# Load optional DEBNI VAXBI Ethernet Adapter (ETA). Allocate slot 2 of VAXBI.
#
# DEBNI VAXBI Ethernet AdapterTIP: You need to uncomment the "load DEBNI ..." line and one of the
# "load packet_port ..." lines below to attach the ETA to host NIC (or not)
#
#----------------------------------------------------------------------------

#load DEBNI /DEMNA ETA vax_bi_node_id = 2 interface = ETA0= ETA0

# choose this one to leave ETA unconnected
#load packet_port ETA0 interface = "(disabled)"
#set

# choose this one to connect ETA to host's NIC (by its name)
#load packet_port ETA0 interface = "eth<N>"

...

#set MUA container[0] = "/dev/sg<N><file-name>.vtape"
#set MUA container[0] = "<file-name>.vtape/dev/sg<N>"

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

...

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