Date: Thu, 12 Nov 1998 19:21:35 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Joel Neys cc: djgpp AT delorie DOT com Subject: Re: Physical memory location In-Reply-To: <364AFCB0.59F6D0EB@imec.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 12 Nov 1998, Joel Neys wrote: > When running CWSDPMI, the linear (or logical) address > is the same as the physical. That's because only one page is used > (paging disabled). W95 enables paging, which means multiple pages. I don't think this is correct. If Windows would do this, many DOS programs would break. Since they don't I assume Windows doesn't do that. In general, every DPMI server I've seen maps conventional memory 1:1, precisely because DOS programs expect to see physical addresses.