Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CFG sample is updated

...

#============================================================================
#
# SelectChoose a name offor the instance, if needed, to differentiate it among other
# instances
# running on the same host.
#
#----------------------------------------------------------------------------
set#set session configuration_name = My_AlphaServer_ES40
#============================================================================
#
# DisableUse the following commands to disable the rotating LOG files and enable
# a single LOG file LOG. Select either appendingappend or
# overwriting it on every overwrite (for each time the
# instance start.starts) Thenand specify desired log filepath name
# and pathfile to itname.
#
#----------------------------------------------------------------------------
#set session log_method = append
#set session log_method = overwrite
set#set session log = AlphaServer_ES40.log

...

#============================================================================
#
# Override default System Serial Number.
#
#----------------------------------------------------------------------------
set#set rom system_serial_number = SN01234567
#============================================================================
#
# Specify size of RAM from 256MB up to 32768MB (32GB) in 256MB extents.
#
#----------------------------------------------------------------------------
#set ram size=256
set#set ram size=512
#set ram size=1024
#set ram size=4096
#set ram size=32768
#============================================================================
#
# Uncomment to allow the SRM console environment be preserved across
# emulator restarts.
#
#----------------------------------------------------------------------------
set#set rom container="clipper.bin"
#============================================================================
#
# Uncomment to allow saving CMOS NVRAM content, so that to preserve
# Time & Date information.
#
#----------------------------------------------------------------------------
set#set toy container="clipper.dat"
#============================================================================
#
# Select the connection method for the console serial line OPA0.
#
#----------------------------------------------------------------------------

...

#============================================================================
#
# Uncomment to connect the emulator's DQA0 to host's ATAPI CD/DVD-ROM drive.
#
#----------------------------------------------------------------------------
set#set ide container="\\.\CdRom0"
#============================================================================
#
# Load optional DE500BA PCI Ethernet Adapter (EWA).
#
#----------------------------------------------------------------------------
load#load DE500BA/dec21x4x EWA interface=EWA0
#load packet_port/chnetwrk EWA0 interface="(disabled)"
load#load packet_port/chnetwrk EWA0 interface="connection:Charon<connection-name>"
#============================================================================
#
# Load another optional DE500BA PCI Ethernet Adapter (EWB).
#
#----------------------------------------------------------------------------

...

#============================================================================
#
# Uncomment to enable emulation of DEC-KZPBA SCSI controller.
#
#----------------------------------------------------------------------------
load#load KZPBA PKA scsi_id = 7
#============================================================================
#
# Uncomment to connect the emulator's DKA0 to the disk image.
#
#----------------------------------------------------------------------------
set#set PKA container[0] = "C:\Dev\test\performancecomparison-axp<file-name>.vdisk"set PKA container[100] = "C:\Dev\test\RZ22.vdisk"
set PKA container[200] = "C:\Dev\test\RZ23.vdisk"
#============================================================================
#
# Uncomment to connect the emulator's DKA100 to a host's disk drive.
#
#----------------------------------------------------------------------------

...

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

...

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

...

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

...

#============================================================================
#
# Uncomment to connect the emulator's MKA600 to a .VTAPE file (tape image).
#
#----------------------------------------------------------------------------
set#set PKA container[600] = "C:\Dev\test\my_tape<file-name>.vtape"
#============================================================================
#
# Uncomment to connect the emulator's DKA600 to host's 3.5" FDD. Uncomment
# the next line for the FDD to appear as DEC RX23 (otherwise it appears as
# DEC RX26).
#
# Either "A:" or "B:" may be used in container specification.
#
#----------------------------------------------------------------------------

...

#============================================================================
#
# Uncomment to enable emulation of DEC-KGPSA-CA PCI FC Adapter.
#
#----------------------------------------------------------------------------
load#load KGPSA FGA
#============================================================================
#
# Uncomment to connect the emulator's $1$DGA0 to the disk image.
#
#----------------------------------------------------------------------------
set#set FGA container[0] = "C:\Dev\test\RZ24<file-name>.vdisk"
#============================================================================
#
# Uncomment to connect the emulator's $1$DGA100 to a host's disk drive.
#
#----------------------------------------------------------------------------

...