Mail Archives: djgpp/1999/07/27/08:16:40
On Mon, 26 Jul 1999, John S. Fine wrote:
> Either DJGPP or
> its documentation, or my understanding of it, is limited because
> it is not obvious how to create a "private" segment.
This issue has nothing to do with DJGPP per se. The segment selectors in
DJGPP are normal protected-mode selectors, and their descriptor format is
like that of any other PM selector. The library reference docs describes
the format of segment selector (under "__dpmi_get_descriptor"); if you
want further details, one place to look is the Intel's manuals on their
developer site.
- Raw text -