From: Peter Nordlander Newsgroups: comp.os.msdos.djgpp Subject: How do I disable disable Virtual memory?? Date: 29 Sep 1996 00:03:05 GMT Organization: - Lines: 17 Message-ID: <52kebp$3l4@mn5.swip.net> NNTP-Posting-Host: dialup98-2-13.swipnet.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-User: s-37346 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi! I've just coded a keyboard interrupt in DJGPP 2.0. The problem is that the handler is written in C (not in asm) so i can't lock the wrapper and messages like "Page fault" appears on the screen. I've heard that to solve this problem I could disable Virtual memory so that my handler wont page. How can I do this? If I could disable virtual memory, then how much memory will be left for my programs, I've got 8Mb physical memory (can I use all of that). Thanks in advance! /Peter Nordlander