set_segment_base_address

Set descriptor's base address

Declaration

Source position: go32.pp line 93

  function set_segment_base_address(d: Word; s: DWord) : Boolean;

Description

Sets the 32-bit linear base address of a descriptor.

Parameters:

d
selector.
s
new base address of the descriptor.

Errors

Check the int31error variable.

See also

Name Description
allocate_ldt_descriptors Allocate a number of descriptors
allocate_ldt_descriptors Allocate a number of descriptors
get_segment_base_address Return base address from descriptor table
get_segment_base_address Return base address from descriptor table
get_segment_limit Return segment limits from descriptor
set_segment_limit Set descriptor limit