From: Yoav Shadmi Newsgroups: comp.os.msdos.djgpp Subject: conv. memory remapping Date: Tue, 03 Feb 1998 18:47:30 +0200 Organization: NetVision LTD. Lines: 10 Message-ID: <34D74A22.52D6@nettaxi.com> Reply-To: yoav AT nettaxi DOT com NNTP-Posting-Host: ts023p6.pop9a.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello I was wondering, if there is a way to remap a conventional memory address to a allocated memory block (like char *buffer) and how this could be done. I was told that __djgpp_map_physical_memory can do that. Any ideas on how to use this routine? (a sample-code would be greatly appreciated). Thanks, Yoav