From: "Luke Bishop" Newsgroups: comp.os.msdos.djgpp Subject: Quick Question: Does CS=DS=SS? Date: 13 Apr 1998 01:47:27 GMT Organization: The Zone Lines: 6 Message-ID: <01bd65b6$07134ac0$6848a5c6@technoid> NNTP-Posting-Host: n072h104.thezone.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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.