From: Derek Smith Newsgroups: comp.os.msdos.djgpp Subject: Physical Memory Addresses Date: Tue, 17 Sep 1996 10:24:32 -0400 Organization: Cybernet Systems Lines: 7 Message-ID: <323EB4A0.22CA@cybernet.com> NNTP-Posting-Host: charlie.cybernet.com 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 I am trying to get the physical address of a block of memory returned by doing a malloc (or some other memory allocation function) to pass to the DMA controller. I cannot figure how to obtain this physical address. Can anyone provide some insight for me. Thanks, Derek