X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "James" Newsgroups: comp.os.msdos.djgpp Subject: Re: Accessing absolute address above 1MB Date: 7 Nov 2006 10:08:29 -0800 Organization: http://groups.google.com Lines: 10 Message-ID: <1162922909.133028.98340@f16g2000cwb.googlegroups.com> References: <1162915098 DOT 476438 DOT 52420 AT k70g2000cwa DOT googlegroups DOT com> <4550adea DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: 15.235.153.107 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1162922914 20044 127.0.0.1 (7 Nov 2006 18:08:34 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 7 Nov 2006 18:08:34 +0000 (UTC) In-Reply-To: <4550adea.sandmann@clio.rice.edu> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 HOUWEBPROXY04 Complaints-To: groups-abuse AT google DOT com Injection-Info: f16g2000cwb.googlegroups.com; posting-host=15.235.153.107; posting-account=PoF8Lw0AAAA6yuVJYIwrYqlg3Xy96bZO 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 I tried that and still receive the same error message. Charles Sandmann wrote: > > I am trying to access the memory address 0x3FFF0000 in DOS using dpmi. > .. > > buffer[0] = _farpeekb(selector, mi.address); > > mi.address should be 0 here, since the offset is built into the selector > you just set up