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

Version 1 Next »

PDP-11/93 configuration file


#
# Copyright (C) 1999-2014 STROMASYS
# All rights reserved.
#
# The software contained on this media is proprietary to and embodies
# the confidential technology of STROMASYS. Posession, use, duplication,
# or dissemination of the software and media is authorized only pursuant
# to a valid written license from STROMASYS.
#
#============================================================================
#
# Sample configuration file for PDP-11/93 machines.
#
#----------------------------------------------------------------------------

set session hw_model = PDP1193

#============================================================================
#
# Select name of the instance to differentiate it among other instances
# runnig on the same host.
#
#----------------------------------------------------------------------------

#set session configuration_name = PDP1193

#============================================================================
#
# Disable rotating LOG and enable single file LOG. Select either appending or
# overwriting it on every instance start. Then specify desired log file name
# and path to it.
#
#----------------------------------------------------------------------------

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

set toy container = "pdp1193.dat"

#
# Specify KW11-L timer frequency here (default is 50). Note, that appropriate
# disk image supports appropriate frequency because system clock
# frequency is the system configuration parameter.
#

#set KW11 frequency = 50
#set KW11 frequency = 60

#============================================================================
#
# Select connection for the console serial line TT0.
#
#----------------------------------------------------------------------------

#load physical_serial_line TT0 line = "\\.\COM<N>"
#load virtual_serial_line TT0 port = 10003
load virtual_serial_line TT0 port = 10003 application = "putty -load TT0 -P 10003"
set UART line = TT0

#============================================================================
#
# Uncomment to enable emulation of RQDX3 disk controller.
#
#----------------------------------------------------------------------------

#load RQDX3 DU

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

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

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

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

#============================================================================
#
# Uncomment to connect the emulator's DU2 to host's CD/DVD-ROM drive or ISO
# disk image.
#
#----------------------------------------------------------------------------

#set DU container[2] = "\\.\CdRom0"
#set DU container[2] = "\\.\CdRom<N>"
#set DU container[2] = "<file-name>.iso"

#============================================================================
#
# Uncomment to connect the emulator's DU3 to host's 3.5" FDD.
#
# Either "A:" or "B:" may be used in container specification.
#
#----------------------------------------------------------------------------

#set DU container[3] = "\\.\A:"

#============================================================================
#
# Boot from DU0 MSCP disk.
#
#----------------------------------------------------------------------------

#set cpu_0 auto_boot = "DU0"

#============================================================================
#
# Uncomment to enable emulation of TQK50 tape controller.
#
#----------------------------------------------------------------------------

#load TQK50 MU

#============================================================================
#
# Uncomment to connect the emulator's MU0 to the tape image.
#
#----------------------------------------------------------------------------

#set MU container[0] = "<file-name>.vtape"

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

#set MU container[1] = "\\.\Tape0"
#set MU container[1] = "\\.\Tape<N>"

#============================================================================
#
# Load optional DEQNA QBUS Ethernet Adapter (QNA).
#
#----------------------------------------------------------------------------

#load DEQNA QNA interface = QNA0
#load packet_port QNA0 interface = (disabled)
#set QNA0 interface = "connection:<connection-name>"

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

 

Back to Top

  • No labels