Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
#
# 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 310.
#
#----------------------------------------------------------------------------
set session hw_model = VAX_6310
#============================================================================
#
# 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_6310.log
#============================================================================
#
# 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 32MB). Note that the dongle license might
# limit the maximum amount of memory.
#
#----------------------------------------------------------------------------
#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 = "\\.\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"
#----------------------------------------------------------------------------
#
# 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"
#============================================================================
#
# DWMBB XMI VAXBI Adapter
#
# Slots 1 - 15 (1 - F) of the VAXBI are able to handle I/O adapters.
#
#----------------------------------------------------------------------------
load DWMBB XBA xmi_node_id = 14
#============================================================================
#
# KDB50 VAXBI Disk Controller
#
#----------------------------------------------------------------------------
#load KDB50 DUA vax_bi_node_id = 1
#============================================================================
#
# Uncomment to connect the emulator's DUA0 to the disk image.
#
#----------------------------------------------------------------------------
#set DUA container[0] = "<file-name>.vdisk"
#============================================================================
#
# Uncomment to connect the emulator's DUA1 to the physical disk drive.
#
#----------------------------------------------------------------------------
#set DUA container[1] = "\\.\PhysicalDriveN"
#set DUA container[1] = "\\.\A:"
#============================================================================
#
# Uncomment to connect the emulator's DUA9 to host's CD/DVD-ROM drive or
# to an .ISO file (CD/DVD image).
#
#----------------------------------------------------------------------------
#set DUA container[9] = "<file-name>.iso"
#set DUA container[9] = "\\.\CdRomN"
#============================================================================
#
# Load optional DEBNI VAXBI Ethernet Adapter (ETA). Allocate slot 2 of VAXBI.
#
# TIP: 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 ETA vax_bi_node_id = 2 interface = ETA0
# choose this one to leave ETA unconnected
#load packet_port ETA0 interface = "(disabled)"
# choose this one to connect ETA to host's NIC (by its connection name)
#load packet_port ETA0 interface = "connection:<connection-name>"
#============================================================================
#
# DWBUA VAXBI UNIBUS Adapter
#
#----------------------------------------------------------------------------
load DWBUA UBA vax_bi_node_id = 14
#============================================================================
#
# TUK50 UNIBUS Tape Controller
#
#----------------------------------------------------------------------------
#load TUK50 MUA
#============================================================================
#
# Uncomment to connect the emulator's MUA0 to the physical tape drive or
# to a .VTAPE file (tape image).
#
#----------------------------------------------------------------------------
#set MUA container[0] = "<file-name>.vtape"
#set MUA container[0] = "\\.\TapeN"
# this is the end of the configuration file #################################
Include Page | ||||
---|---|---|---|---|
|