User manual
168
#
# You can specify that repeatetive messages should be filtered out using
# 'log_repeat_filter' "on"/"off" option. Default value is "off"
#
# The same as default "all"
set session log_show_messages="info, warning, error"
# Show only information and error messages
#set session log_show_messages="info, error"
# Show only error messages
#set session log_show_messages="error"
# Filter repeatetive messages out
#set session log_repeat_filter="on"
#
# Uncomment the following lines if you want to play with exact PDP-11
# instructions timings. See CHARON product documentation for
# detailed description of how to play with this facility. But in
# general, emulator is running at the maximum speed when nothing
# is specified directly; different speed can be achieved when using
# parameters specified below. Note, that this feature is only valid
# for PDP-11 models, VAXes doesn't have such functionality available.
#
#
# Default instruction timings for PDP-11/93 are used.
# It is assumed that emulated CPU frequency is 15Mhz
#
#set cpu_0 frequency=15 instruction_time_table="default"
#
# Instruction timings are taken from the specified file.
# In case if specified file doesn't exists it will be created and
# default timings for PDP-11/93 CPU model will be written there.
# It is assumed that emulated CPU frequency is 15Mhz
#
#set cpu_0 frequency=15 instruction_time_table="file://mypdp.ins"
#
# It is possible to specify autoboot device for PDP11 emulators
# in format <two_letters_device_mnemonics><device_unit_number>.
# In case if specified device is configured in EEPROM boot devices
# list than PDP11 will autoboot from specified device, otherwise
# PDP11 console Video Terminal will be shown and user can select
# boot device manually.
#
# Autoboot from the 0 unit of MSCP controller
#set cpu_0 auto_boot="DU0"
# Autoboot from the 0 unit of TMSCP controller
#set cpu_0 auto_boot="MU0"
#
# The following line tells the emulator where to preserve NVRAM
# content. It will keep the current time of the emulated VAX
# (when you do not run the emulator) and console parameters
# (such as default boot device).
#
set toy container="mv3k6.dat"










