Date: Wed, 9 Sep 1998 18:56:48 +0300 (IDT) From: Eli Zaretskii To: Joshua Hale cc: djgpp AT delorie DOT com Subject: Re: Quickie: Allocating memory In-Reply-To: <35F669ED.506155AB@dcs.ed.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 9 Sep 1998, Joshua Hale wrote: > How can I allocate a block of page aligned memory 64k/128k, and > get a linear address for it? Linear address is easy: it's just the address of the block. Don't you mean the *physical* address, so that you could pass it to the DMA controller?