Display entries from the Local Descriptor Table. of the default thread slot. See the .S command for information of changing the default thread slot.
Syntax:
───┬─ DL ──┬──┬─────────────────┬────────────────────────── ├─ DLA ──┤ └─ s ────┬──────┬─┘ ├─ DLP ──┤ └─ Ln ─┘ ├─ DLS ──┤ └─ DLH ──┘
Parameters:
Notes
Since bit 2 of the selector determines whether the descriptor is local or global the correct table entry will be displayed regardless of whether the DL or DG command. is used. If an GDT descriptor is specified then the following message is displayed:
GDT
The requestor priority level bits (bits 0 and 1 of the selector) are ignored by DL. Thus DL 7 displays the same information as DL 6, DL 5 and DL 4.
If the s parameter is omitted then the entire LDT is displayed. Ln
Results & Notes:
One or more descriptor table entries are displayed. An example display follows:
────────────────────────────────────────────────────────────────────────##dl 0007 Data Bas=7ab27000 Lim=0000ffff DPL=3 P RO 000f Code Bas=00010000 Lim=000005ff DPL=3 P RE 0017 Data Bas=00020000 Lim=0000005b DPL=3 P RW 001f Data Bas=00030000 Lim=0000fa1f DPL=3 P RW A 0027 Data Bas=00040000 Lim=00000276 DPL=3 P RW A 002f Data Bas=00050000 Lim=00000fff DPL=3 P RW 0036 Data Bas=00060000 Lim=00003fff DPL=2 P RW A 003f Data Bas=00070000 Lim=00000fff DPL=3 P RW A 0047 Data Bas=00080000 Lim=00000fff DPL=3 P RW 004f Data Bas=00090000 Lim=0000ffff DPL=3 P RW A 0056 Code Bas=000a0000 Lim=00000af7 DPL=2 P RE C 005f Data Bas=000b0000 Lim=0000ffff DPL=3 P RW ────────────────────────────────────────────────────────────────────────
For a detailed explanation of the descriptor table entry format see Descriptor Table Entry Format