From: "J. L." Newsgroups: comp.os.msdos.djgpp Subject: Re: trouble accessing dos high memory Date: Wed, 21 May 2003 17:33:12 -0500 Lines: 30 Message-ID: References: <89ce6cc3 DOT 0305211425 DOT 5aa187a6 AT posting DOT google DOT com> NNTP-Posting-Host: 200.34.143.28 X-Trace: fu-berlin.de 1053556395 30355934 200.34.143.28 (16 [143309]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "wfrogers" escribió en el mensaje news:89ce6cc3 DOT 0305211425 DOT 5aa187a6 AT posting DOT google DOT com... > I am trying to access 0xD000 using a simple C program compiled with > DJGPP and am getting > > Exiting due to signal SIGSEGV > General Protection Fault at eip=0000362a > > When I access video memory at 0xB800, no problem. Any ideas? Is > there a function call I need to include in order to allow protected > mode to have access to this area? > > Operating system Win98 Check the FAQ, specifically section 18.7 Accessing absolute address above 1MB. You can find the FAQ at http://www.delorie.com/djgpp/v2faq/ HTH -- José L. Sánchez Garrido