Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

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]="/my_disks/

BootDisk

bootable_disk.vdisk"

In this example, an instance of a KZPBA controller is loaded with the name "DKA". Its first unit, "container[0]", is mapped to the "C:\Charon\Disks\BootDisk/my_disks/bootable_disk.vdisk" disk image.

Info

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.

...