User manual

177
# possible for the moment);
#
# When default values for disk_dll/disk_cfg are satisfy user needs -
# just ommit these options and use disk_param only to specify disk image.
#
# This CHAPI device can be used both with QBUS and UNIBUS systems.
#
#load chapi DLA dll=chapi_rlv12.dll address=... vector=... trace_level=0
#set DLA disk_dll[0]=chapi_storage disk_cfg[0]=file
#set DLA disk_param[0]="<image_name1>"
#set DLA disk_dll[1]=chapi_storage disk_cfg[1]=file
#set DLA disk_param[1]=="<image_name2>"
#set DLA disk_dll[2]=chapi_storage disk_cfg[2]=file
#set DLA disk_param[2]=="<image_name3>"
#set DLA disk_dll[3]=chapi_storage disk_cfg[3]=file
#set DLA disk_param[3]=="<image_name4>"
#--------------------------------------------------------------------
# CHAPI TSV05/TS11 tapes.
#
# Just uncomment the proper lines below to test this kind of CHAPI
# device with particular configuration.
#
# Options description:
# extended_mode - TSV05 emulation if true, TS11 emulation otherwise
# (default value is true, i.e. TSV05);
# tape_dll - the name of DLL library where the tape transport
# implementation is located (chapi_storage is default);
# tape_cfg - the name of transport within the specified DLL library
# to use (mtd is default);
# tape_param - the name of container to connect (disk image name,
# SCSI device name or windows tape name);
#
# When default values for tape_dll/tape_cfg are satisfy user needs -
# just ommit these options and use tape_param only to specify tape image.
#
# This CHAPI device can be used both with QBUS and UNIBUS systems.
#
#load chapi MSA0 dll=chapi_tsv05.dll address=.. vector=.. trace_level=0
#set MSA0 extended_mode[0]=<false|true>
# It's possible to map tape unit to the tape file as follows...
#set MSA0 tape_dll[0]=chapi_storage tape_cfg[0]=mtd
#set MSA0 tape_param[0]="<tape_image_name>"
# ... or as follows
#set MSA0 tape_param[0]="<tape_image_name>"
# It's also possible to map tape unit to SCSI tape as follows...
#set MSA0 tape_dll[0]=chapi_storage tape_cfg[0]=scsi
#set MSA0 tape_param[0]="\\.\SCSI1:k:j"
# ... or as follows
#set MSA0 tape_cfg[0]=scsi tape_param[0]="\\.\SCSI1:k:j"
# And it's also possible to map tape unit to Windows driver supported
# tape as follows ...
#set MSA0 tape_dll[0]=chapi_storage tape_cfg[0]=driver
#set MSA0 tape_param[0]="\\.\TapeN"
# ... or as follows ...