Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 a KZPBA controller is loaded with the name "DKA". Its first unit (, "container[0]") , is mapped to the "C:\Charon\Disks\BootDisk.vdisk" disk image.

...