X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Accessing absolute address above 1MB Date: Tue, 07 Nov 2006 10:01:46 CST Organization: Rice University, Houston, TX Lines: 6 Message-ID: <4550adea.sandmann@clio.rice.edu> References: <1162915098 DOT 476438 DOT 52420 AT k70g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1162915621 4913 128.42.105.3 (7 Nov 2006 16:07:01 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Tue, 7 Nov 2006 16:07:01 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > 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