Date: Tue, 31 Jul 2001 16:47:03 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: ds==ss why? In-Reply-To: <200107311334.JAA15874@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 31 Jul 2001, DJ Delorie wrote: > and, in djgpp, CS==DS also Strictly speaking, that's not true: CS and DS hold two different selectors, but both these selectors point to segment descriptors which describe the same memory region.