In:
AX = 0001h
BX = selector for the descriptor to free
Out:
if successful:
carry flag clear
if failed:
carry flag set
Notes:
Each descriptor allocated with INT 31h function 0000h must be freed
individually with the function. Even if it was previously allocated as part
of a contiguous array of descriptors.
Under DPMI 1.0/VCPI/XMS/raw, any segment registers which contain the
selector being freed are zeroed by this function.