Function Get_Next_Selector_Increment_Value : word;
Get_Next_Selector_Increment_Value returns the selector increment value when allocating multiple subsequent descriptors
The function allocate_ldt_descriptors can allocate an array of contiguous descriptors, but only return the selector for the first. The value returned by this function can be used to calculate the selectors for subsequent descriptors in the array.
Notes:
None.