Date: Wed, 6 Dec 1995 08:33:57 +0200 (IST) From: Eli Zaretskii To: "R. S. Patton" Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, tmtr01 AT Gramercy DOT ios DOT com Subject: Re: Using Grx 2.0 On Sun, 3 Dec 1995, R. S. Patton wrote: > Is it possible to directly access the screen using v2b3 and grx 2.0? > If so, how? Read the description of the `__djgpp_nearptr_enable() function in the C library Info reference (inf/libc.inf), which even gives an example of exactly what you are trying to accomplish. Also see the description of `_crt0_startup_flags' in the above document.