Date: Thu, 14 Aug 1997 16:42:53 +0300 (IDT) From: Eli Zaretskii To: Sampo Niskanen cc: djgpp AT delorie DOT com Subject: Re: How to disable virtual memory In-Reply-To: <5st19g$r14@news.xgw.fi> Message-ID: 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.