Date: Fri, 9 Aug 1996 08:46:52 +1000 (EST) From: John Joseph Newbigin <079519 AT bud DOT cc DOT swin DOT edu DOT au> To: djgpp AT delorie DOT com Subject: Accessing graphics memory Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I was thinking about the ways to access graphics video memory and it hit me that it the video memory could be paged so that it is part of the data segment then it can be accessed with a near pointer and still keep memory protection. I have not tried any of the DPMI services in DJGPP so I don't know how easy or hard this would be, or if it is possible at all, so I am suggesting it here. Does anyone know if this is possible and if so, how to do it? Newbs.