User manual
169
#
# It is possible to load external PDP11 ROM if it is necessary
#
#set rom ext_rom="<external_rom_binary_file>"
#
# Specify the size of RAM . Remember that the license key might
# limit the maximum amount of memory. By the way the following
# memory size settings are valid for different CPU models:
#
# MicroVAX-II (default is 1MB)
#set ram size=1
#set ram size=8
#set ram size=16
# MicroVAX-3600, VAXServer-3600 (default is 16MB)
#set ram size=16
#set ram size=32
set ram size=64
# MicroVAX-3600/VAXServer-3600 512MB memory extension
# (default is 128MB, granularity is 128MB)
#set ram size=128
#set ram size=256
#set ram size=384
#set ram size=512
#
# PDP-11/93, PDP-11/94. Specify the size of RAM in Kb
# Possible RAM size is 2Mb and 4Mb (default). If RAM
# size is less than 2048Kb than it is set to 2048 Kb,
# if RAM size is greater than 4088Kb than it is set to
# 4088 Kb. Warning message is sent to the log file if
# memory size adjustment is done
#
#set ram size=2
#set ram size=4
#
# Now assign console built-in serial line. Currently the
# emulator offers three possible ways using serial lines. First
# of them is connection to COM ports (via physical_serial_line).
# The second is to attach a third party terminal emulator
# (virtual_serial_line). And the third one is to connect to MOXA
# NPort 5210 box ports (via np5210_serial_line).
#
# Once desired way of connection is chosen connect the interface
# to preloaded controller UART
#
# MOXA NPort 5210 box connection
#load np5210_serial_line/chserial OPA0
#set OPA0 ip="xxx.xxx.xxx.xxx" rs_port=n
# Physical COM port connection
#load physical_serial_line/chserial OPA0 line="COM1:"
#
# Virtual serial line connection listening for the TCP/IP port
# number 10003 on the host system. It is possible to connect to
# this port from any appropriate application (standard terminal,
# user written terminal, etc...).
#










