Jump to content

DTR

From EDM2

Data associated with the kernel debugger communications protocol.

Syntax

typedef struct _DTR {
  WORD     DTRLimit;     /*  Limit of GDT/IDT register */
  WORD     DTRBaseLow;   /*  Bits 0-15 of base address. */
  WORD     DTRBaseHigh;  /*  Bits 16-23 of base address. */
  WORD     DTRBaseExt;   /*  Bits 24-31 of base address. */
} DTR;

typedef   DTR   * DTR ;

Type

struct

C Declaration Method

typedef