Previous: 7.2.5. Function 0006 - Get Segment Base Address To the Table of Contents Next: 7.2.7. Function 0008 - Set Segment Limit
7.2.5. Function 0006 - Get Segment Base Address Table of Contents 7.2.7. Function 0008 - Set Segment Limit

- 7.2.6. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.6. Function 0007 - Set Segment Base Address


7.2.6. Function 0007 - Set Segment Base Address


PMODE/W API

This function Sets the 32bit linear base address field in the descriptor for the specified segment.
In:
   AX    = 0007h
   BX    = selector
   CX:DX = 32bit linear base address of segment
Out:
   if successful:
     carry flag clear
   if failed:
     carry flag set
Notes:
Under DPMI 1.0/VCPI/XMS/raw, any segment register which contains the selector specified in register BX will be reloaded. DPMI 0.9 may do this, but it is not guaranteed. We hope you have enough sense not to try to modify your current CS or SS descriptor.


Previous: 7.2.5. Function 0006 - Get Segment Base Address To the Table of Contents Next: 7.2.7. Function 0008 - Set Segment Limit
7.2.5. Function 0006 - Get Segment Base Address Table of Contents 7.2.7. Function 0008 - Set Segment Limit

- 7.2.6. -