From: "Mark Oliver" Subject: NEAR POINTERS Newsgroups: comp.os.msdos.djgpp Message-ID: <01bc7f5e$2cc9b040$aa28bace@client.kosone.com> Date: 22 Jun 97 22:43:04 GMT Lines: 8 NNTP-Posting-Host: apollo.kosone.com Organization: Kingston Online Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ok, quick question...I use __djgpp_nearpt_enable() so i can write directly to video memory (it is so much faster than using memput or the poke functions). Anyway, i was wondering, what exactly this function does. Does it disable protected mode completely. If so, can i then write a keyboard handler in the same way i did in real mode? I am unsure as to what exactly this does. Could someone please tell me. Brian Oliver