Date: Fri, 21 Apr 2000 03:45:37 -0400 (EDT) Message-Id: <200004210745.DAA16995@indy.delorie.com> From: Eli Zaretskii To: Joseph Morris CC: djgpp AT delorie DOT com In-reply-to: <38FF53D6.9F0D46EA@bigfoot.com> (message from Joseph Morris on Thu, 20 Apr 2000 20:00:38 +0100) Subject: Re: dead beef References: <38FE3710 DOT 57CEFA8C AT bigfoot DOT com> <200004200926 DOT FAA15727 AT indy DOT delorie DOT com> <38FF53D6 DOT 9F0D46EA AT bigfoot DOT com> 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 > From: Joseph Morris > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 20 Apr 2000 20:00:38 +0100 > > > > > cs: sel=00a7 base=10000000 limit=010cffff > > > ds: sel=00af base=10000000 limit=010cffff > > > es: sel=00af base=10000000 limit=010cffff > > > fs: sel=00c7 invalid > > > gs: sel=00bf base=00000000 limit=0010ffff > > > ss: sel=00af base=10000000 limit=010cffff > > > > Wow! The FS selector is invalid! Do you have any idea why? Does > > SEER use the FS register? If so, you want to check your code to make > > sure you don't use FS in a way that interferes with SEER's usage. > > I don't change the FS register in any of my code. SEER might but I > haven't checked. Interestingly, if CTRL-BRK is pressed during startup, > FS is sometimes flagged as invalid then as well. If you abort the program before DJGPP sets up the segment registers, this is normal.