Date: Tue, 27 Jul 1999 15:13:48 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "John S. Fine" cc: djgpp AT delorie DOT com Subject: Re: Nasm and real-mode ISRs (bimodal) In-Reply-To: <379CC355.D47@erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.