From: "John Burton" Newsgroups: comp.os.msdos.djgpp Subject: Re: Quick Question: Does CS=DS=SS? Date: Mon, 13 Apr 1998 13:44:53 +0100 Organization: http://www.bilton.demon.co.uk/ Message-ID: <892471473.24480.0.nnrp-03.9e9808ce@news.demon.co.uk> References: <01bd65b6$07134ac0$6848a5c6 AT technoid> NNTP-Posting-Host: bilton.demon.co.uk MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Lines: 14 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit Precedence: bulk Luke Bishop wrote in message <01bd65b6$07134ac0$6848a5c6 AT technoid>... >I was just wondering if DJGPP always made CS=DS? >I am the author of the DLX Dynamic Linker. The problem I have is that if >this is not always true, then loading a DLX will sometimes crash. I think >that it is true (if not, DXE will also crash) but I do not know for sure. >It has remained true in all cases I have tried. CS cannot equal DS. One must have write access and the other execute access.