X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.163.14 with SMTP id y14mr42181984qax.3.1374717779969; Wed, 24 Jul 2013 19:02:59 -0700 (PDT) X-Received: by 10.49.127.177 with SMTP id nh17mr471400qeb.30.1374717779913; Wed, 24 Jul 2013 19:02:59 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Wed, 24 Jul 2013 19:02:59 -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: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <09068ed9-d989-4db5-bc71-2eabcbf1db53@googlegroups.com> Subject: Re: Beta Test: CWSDPMI r7 - 4GB support From: jimmyliaoo AT gmail DOT com Injection-Date: Thu, 25 Jul 2013 02:02:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1574 Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Hello, I have one question about CWSDPMI r7 for 5GB+ support... "...For those who need more than 4GB, I'll provide some code that allows you to map 5GB+ memory (up to 64GB) into the address space on request" => Does this means(for example) if I allocate memory buffer then the returned pointer will point to the physical memory "beyond 4GB" ? Am I correct ? Ex. the pointer value is 0x100000000 .... Best wishes,