Date: Thu, 28 Jun 2001 15:41:43 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Ravi DOT M AT smartm DOT com cc: djgpp AT delorie DOT com Subject: Re: help In-Reply-To: <88256A79.00428DEB.00@smtphost.smartm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 28 Jun 2001 Ravi DOT M AT smartm DOT com wrote: > I got ur e-mail id from ur website on DJGPP.I am developing a program > wherein I have to access memory over 1MB in dos....which I am not able to do. Does that memory belong to some memory-mapped device? Or maybe you are talking about accessing an absolute address in memory for diagnostics purposes? In any of these cases, please read section 18.7 of the DJGPP FAQ list, it explains how to do that. http://www.delorie.com/djgpp/v2faq/faq18_7.html.