Date: Sun, 19 Oct 1997 16:54:04 +0200 (IST) From: Eli Zaretskii To: Georg Kolling cc: djgpp AT delorie DOT com Subject: Re: Physical address from array ? Not a clue! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 16 Oct 1997, Georg Kolling wrote: > Eli Zaretskii schrieb: > > I imagine that if you allocate a DOS buffer, you can use its address as > > the physical address, since DOS memory is usually mapped 1-to-1. > > Usually it is, but not in a multitasking OS! If you are thinking about Windows, then you still can treat the first 1MB as mapped 1:1. Windows traps all DMA requests and transparently changes the addresses there so DOS programs that were written assuming they get physical addresses, still work.