Date: Sun, 16 Aug 1998 10:57:54 +0300 (IDT) From: Eli Zaretskii To: Thomas Kunjan cc: djgpp AT delorie DOT com Subject: Re: Map virtual address to physical ? In-Reply-To: <35D42195.237C228A@infotech.tu-chemnitz.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 14 Aug 1998, Thomas Kunjan wrote: > how can I get the physical 32 bit address of an > arbitrary virtual address (e.g. from malloc)? In general, you can't. There are several ways to get almost what you want, but they are specific to certain applications. It is impossible to advise on these without knowing a bit more about why do you need physical addresses.