Mail Archives: djgpp/2000/01/27/13:38:23
On Thu, 27 Jan 2000, Julian Rolon wrote:
> faq states two methods for correct DMA accessig, one of these is =
> allocate a buffer in conventional memory with DPMI function =
> allocate_dos_memory but this function return a real mode segment between =
> 0000 and FFFF, How can i guarantee that segment returned falls into =
> Conventional memory??
The function __dpmi_allocate_dos_memory, by its very definition, *always*
allocates buffers in conventional memory. So you don't have to worry
about that. (Only conventional memory buffers can have a real-mode
segment, btw.)
- Raw text -