Previous: 7.2.3. Function 0002 - Segment to Descriptor To the Table of Contents Next: 7.2.5. Function 0006 - Get Segment Base Address
7.2.3. Function 0002 - Segment to Descriptor Table of Contents 7.2.5. Function 0006 - Get Segment Base Address

- 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.


Previous: 7.2.3. Function 0002 - Segment to Descriptor To the Table of Contents Next: 7.2.5. Function 0006 - Get Segment Base Address
7.2.3. Function 0002 - Segment to Descriptor Table of Contents 7.2.5. Function 0006 - Get Segment Base Address

- 7.2.4. -