[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Return base address from descriptor table
Source position: go32.pp line 91
function get_segment_base_address( |
d: Word |
):LongInt; |
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 limite from descriptor |