Introduction
This chapter describes, in detail, all of the configuration parameters of the devices emulated by CHARON-AXP for Windows, with corresponding examples and parameters.
Emulated devices are loaded with the "load" command (if a device has not been already loaded) and parameters are made active with the "set" command. Parameters can be specified directly in the "load" command.
Example:
load KZPBA DKA set DKA container[0]="C:\Charon\Disks\BootDisk.vdisk" |
In this example, an instance of an KZPBA controller is loaded with the name "DKA". Its first unit ("container[0]") is mapped to the "C:\Charon\Disks\BootDisk.vdisk" disk image.
The Controller name is accompanied with a "/<module name>". The module name is a CHARON-AXP component that specifies the controller load module. Its name can be the same as the loaded controller, however this is not mandatory. Once a module name is specified, there is no need to specify it again for additional references of the same controller.