Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: @$#! editor bugs

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

Table of Contents

Table of Contents
excludeTable of Contents

General description

CHARON-AXP supports emulation of an integrated virtual Acer Labs 1543C IDE/ATAPI controller.

Loading Acer Labs 1543C IDE/ATAPI adapter

By default the integrated virtual Acer Labs 1543C IDE/ATAPI controller is preloaded with a name "ide".

...

set ide container="\\.\CdRom0"

...

Configuration parameters

The Acer Labs 1543C IDE/ATAPI adapter emulation ATAPI adapter emulation has only one configuration parameter:

container


Parametercontainer
Type

Text String

Value

Specifies the name of ATAPI or SATA CD/DVD-ROM drive attached to the host system.

The supported values are of the form “\\.\CdRomN”, where N is 0, 1, 2…

In most cases 0 is the only meaningful value for N, because usually the host system has only one CD/DVD-ROM drive.

By default it is left unspecified.

Example

set ide container="\\.\CdRom0" 

...