Mail Archives: djgpp/1996/09/28/21:03:48
| From: | Peter Nordlander <peter DOT nordlander AT mbox2 DOT swipnet DOT se>
|
| 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
|
| 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
- Raw text -