- 7.2.4. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.4. Function 0003 - Get Selector Increment Value
7.2.4. Function 0003 - Get Selector Increment
Value
PMODE/W API
The Allocate Descriptors function (0000h) can allocate an array of contiguous
descriptors, but only return a selector for the first descriptor. The value
returned by this function can be used to calculate the selectors for subsequent
descriptors in the array.
In:
AX = 0003h
Out:
always successful:
carry flag clear
AX = selector increment value
Notes:
The increment value is always a power of two.
- 7.2.4. -