From: Doug Otis Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there a function to convert a pointer to its physical location? Date: Wed, 04 Mar 1998 11:19:58 -0800 Organization: Association for the Prevention of Polar Bears and Kangaroos Lines: 6 Message-ID: <34FDA95E.8B1422C0@aponet.com> References: <34FB87F1 DOT 2BD0A6AC AT aponet DOT com> NNTP-Posting-Host: 192.83.249.18 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 For those that are interested, pmode does not use the mmu. The physical mapping of memory simply requires the addition of the base value to the pointer (offset). Doug