From: hotpulp AT netidea DOT com Newsgroups: comp.os.msdos.djgpp Subject: DMA buffer in protected mode Date: 11 Jan 1997 06:51:56 GMT Organization: iSTAR internet Incorporated Lines: 7 Message-ID: <5b7dac$djl@nr1.ottawa.istar.net> NNTP-Posting-Host: login053.nelson.netidea.com 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 In protected mode, to make a DMA buffer, one must allocate memory under 1M, correct? This memory cannot cross page breaks right? So in protected mode, where there are no page breaks, does it matter where the DMA buffer is as long as it under 1M? If it does matter, how do you find if it crosses a page break? Shawn Betts