Date: Thu, 31 May 2001 06:28:19 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: yurick AT oblik DOT dp DOT ua Message-Id: <7458-Thu31May2001062819+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (yurick@oblik.dp.ua) Subject: Re: __djgpp_map_physical_memory - some questions References: 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 > From: yurick AT oblik DOT dp DOT ua > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 30 May 2001 21:29:47 +0300 > > 1. Info says that all three arguments of this function must be page-aligned. > So must I align all this arguments manually? Yes. The physical memory address should be already aligned by the device you are mapping in. > 2. I've tried this with djgpp 2.03 under Win95OSR2. Is it supports > this call (DPMI 0508)? The docs clearly says that this is DPMI 1.0 function, and that most DPMI hosts don't support it. Windows doesn't.