Date: Wed, 2 Aug 1995 13:25:13 +0300 (IDT) From: Eli Zaretskii To: "William Parsons Newhall, Jr." Cc: DPMI Graphics and DJGPP Subject: Re: DPMI Graphics and DJGPP V2 On Tue, 1 Aug 1995, William Parsons Newhall, Jr. wrote: > Awhile back I developed a set of VESA graphics libraries in DJGPP making use > of DPMI.H and direct writes to 0XD0000000. I used these methods because it > was said to be easily portable to DJGPP version 2. There are two things that > I will need to know: is there an equivalent to _GO32_dpmi_simulate_int() and > the _go32_dpmi_registers? and how can I use farptr.h to directly write to > the VESA frame buffer window at 0xD0000000? Not only are there equivalents to the _go32_dpmi_xxx stuff you need, you can even use the old names, because they are #define'd to be aliases to the new names.