DTR

Data associated with the kernel debugger communications protocol.

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 ;


[Back: DosDebug Buffer Field - SS]
[Next: DTR Field - DTRLimit]