X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.171.72 with SMTP id g8mr45747620qaz.7.1374836608115; Fri, 26 Jul 2013 04:03:28 -0700 (PDT) X-Received: by 10.49.36.199 with SMTP id s7mr1720570qej.17.1374836608094; Fri, 26 Jul 2013 04:03:28 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 26 Jul 2013 04:03:28 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=217.91.63.120; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 217.91.63.120 References: <09068ed9-d989-4db5-bc71-2eabcbf1db53 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <82391282-736f-4521-a0c2-abd8afae55a6@googlegroups.com> Subject: Re: Beta Test: CWSDPMI r7 - 4GB support From: Georg Potthast Injection-Date: Fri, 26 Jul 2013 11:03:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2030 Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r6QBF2cJ008228 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk The memory mapped registers usually "hang out" at the end of the 4GB memory area. I think there should be enough memory within the 4 GB area to allocate a DMA buffer there. But to allocate the buffer anywhere starting above the 4 GB area you will have to be able to write a 64bit linear address into the HW register. So far I have only seen 32bit HW registers. If you manage to write a 64bit linear address into the HW register, CWSDPMI would need to provide a DPMI function like "Int 31H Function 0800H" for the area above 4 GB to allow you to access that with 32bit addresses. I doubt that this was on the agenda yet.