User manual
39
RL11/RLV12
CHAPI RL11 UNIBUS / RLV12 QBUS devices are implemented in CHAPI_RLV12.DLL
library and use CHAPI_STORAGE.DLL and CHAPI.DLL libraries. It is provided only in
binaries and allows mapping its disk drive to disk image file. CHAPI RLV12 device can
control up to 4 disk drives (0, 1, 2 and 3). CHAPI RLV12 device can be configured by
means of user defined configuration options as follows:
load chapi DLA dll=chapi_rlv12.dll
set DLA address=<address> vector=<vector> trace_level=<level>
set DLA disk_dll[x]=<storage library dll file>
set DLA disk_cfg[x]=<disk drive configuration>
set DLA disk_param[x]=”<string of parameters for the disk drive>”
set DLA rl_type[x]="string of disk drive type"
Where :
-
disk_dll[x] – DLL file name to load CHAPI disk drive [x] from; this parameter can
be omitted – chapi_storage is used as default in this case;
-
disk_cfg[x] – name of disk drive [x] to load, can be:
-
file – for disk drive [x] mapped to disk image file;
-
phys – for disk drive[x] mapped to raw physical disk;
This option can be omitted – file is used as default in this case;
-
disk_param[x] – string, that contains parameters for the disk drive [x], must be:
-
for disk drive mapped to disk image file - name of the target file;
-
for disk drive mapped to raw physical disk – system name of the target
disk like "\\.\PhysicalDrive0";
-
rl_type[x] – disk drive type for disk drive mapped to raw physical disk, can be:
-
rl01;
-
rl02;
This option can be omitted – “rl01” is used as default in this case;










