From: jp_prongs AT yahoo DOT com (Nick) Newsgroups: comp.os.msdos.djgpp Subject: Thoughts on physical address and DMA Date: 17 Aug 2001 15:12:58 -0700 Organization: http://groups.google.com/ Lines: 4 Message-ID: NNTP-Posting-Host: 165.247.137.108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 998086379 10311 127.0.0.1 (17 Aug 2001 22:12:59 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 17 Aug 2001 22:12:59 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Since you add `__djgpp_conventional_base' to a physical address to convert it to a linear address, could you possibly _subtract_ it from a linear address to convert it to a physical address? If so, could the physical address be used for DMA?