Return base address from descriptor table.
Source position: go32.pp line 94
| function get_segment_base_address( | 
| d: Word | 
| ):DWord; | 
Returns the 32-bit linear base address from the descriptor table for the specified segment.
Parameters:
Return values: Linear base address of specified descriptor.
For an example, see allocate_ldt_descriptors.
Check the int31error variable.
| 
 | Allocate a number of descriptors. | |
| 
 | Set descriptor's base address. | |
| 
 | Allocate a number of descriptors. | |
| 
 | Set descriptor limit. | |
| 
 | Return segment limits from descriptor. |