Allocate Specific LDT Descriptor [0.9]

Allocates a specific LDT descriptor.

Call With

AX = 000DH
BX = selector

Returns

if function successful
Carry flag = clear
and descriptor has been allocated

if function unsuccessful
Carry flag = set
AX = error code
8011Hdescriptor unavailable (descriptor is in use)
8022Hinvalid selector (references GDT or beyond the LDT limit)

Notes