Message-ID: <332EC14C.BE4@geocities.com> Date: Tue, 18 Mar 1997 16:22:36 +0000 From: Daryl Cooper Reply-To: Daryl DOT Cooper AT Bigfoot DOT Com Organization: home MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: GPFs and PAGEFAULTS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Using the help that I was given about selector:offset32 from people from this mailing list/news group, I went ahead and used this for my function=A0(at this point, some virtual screen stuff for the video buffer). anyway, I tried it and got a GPF (general protection fault). after figuring out how to disable protection for memory, I tried the function again and got a page fault. I used __djgpp_enable_nearptr (or something to that effect) to disable protection. what am I doing wrong? (sorry if this sounds lame)