Date: Thu, 12 Oct 2000 19:33:56 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Corelli Marco Message-Id: <7263-Thu12Oct2000193356+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h CC: djgpp AT delorie DOT com In-reply-to: <39E5E00A.39A80E46@gtwparc.padova.ccr.it> (message from Corelli Marco on Thu, 12 Oct 2000 18:00:10 +0200) Subject: Re: Accesing from 0xFFFF:F000 to 0xFFFF:FFFF physical memory address References: <39E5E00A DOT 39A80E46 AT gtwparc DOT padova DOT ccr DOT it> 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: Corelli Marco > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 12 Oct 2000 18:00:10 +0200 > > and access the location : > > byte_read = _farpeekb ( selector, offset ) ; > > at this time my program crash !!!! You didn't say what is the value of `offset' in the above statement. Also, please post here the full SYMIFY'ed crash message printed when the program crashes, complete with the registers' dump etc. That message contains crucial information about the causes of the crash.