X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.180.90.237 with SMTP id bz13mr298542wib.0.1374818877900; Thu, 25 Jul 2013 23:07:57 -0700 (PDT) X-Received: by 10.49.64.37 with SMTP id l5mr1030147qes.32.1374818877439; Thu, 25 Jul 2013 23:07:57 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Thu, 25 Jul 2013 23:07:57 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=113.196.180.138; posting-account=KYaziwoAAABDJCwXq2NZl-n94GouCm11 NNTP-Posting-Host: 113.196.180.138 References: <09068ed9-d989-4db5-bc71-2eabcbf1db53 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Beta Test: CWSDPMI r7 - 4GB support From: jimmyliaoo AT gmail DOT com Injection-Date: Fri, 26 Jul 2013 06:07:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1984 Lines: 17 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 r6Q6F5YB002805 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 > If you want to access more then 4GB total, then a memory window is set up, > > which you then can point to the > > remaining unused memory. If user setup a memory window to access "more than 4GB", the is still 32-bit ? Am I correct ? My goal is to allocate one memory buffer and its "physical address" is beyond 4GB. Then this address will be set to H/W register for DMA transfer...(Besides CPU can access this buffer, too) Thus I have to get more than 32-bit pointer and then assign it to H/W... I do not know if CWSDPMI+DJGPP can do this kind of task... Thanks !