Date: Thu, 14 Aug 1997 16:42:53 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Sampo Niskanen <sampo AT lizard DOT compart DOT fi>
cc: djgpp AT delorie DOT com
Subject: Re: How to disable virtual memory
In-Reply-To: <5st19g$r14@news.xgw.fi>
Message-ID: <Pine.SUN.3.91.970814163852.7580B-100000@is>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Precedence: bulk


On 13 Aug 1997, Sampo Niskanen wrote:

> Is there any way of disabling virtual memory with cwsdpmi? I have a vbe
> 2.0 driver that always places the linear buffer at 48M, and with virtual
> memory, it overlaps.

I'm not sure I understand what your problem is, but if I do, disabling 
virtual memory won't help you.  If what you are trying to achieve is to 
prevent DJGPP programs from using the addresses above 48MB mark, then 
disabling VM is not what you need, I think.  That's because your programs 
use logical addresses, while the 48MB is a physical address.

But I'd suggest that you explain in more detail what your problem is, so 
people here won't need to guess.