To: sarda_jea AT lsi DOT supelec DOT fr Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Accessing VESA SVGA Frame Buffer Date: Mon, 27 Feb 95 19:14:55 +0200 From: "Eli Zaretskii" >>djgpp has library functions to allow you to move memory between >>"protected mode" memory and "conventional" (i.e. DOS) memory. The >>easiest thing would just be to use those. > > I would like to know if these functions are in the info utility and where. > (for example give me the name of one of them in order to find it in the gcc info > index) These functions are dosmemget(), dosmemput(), movedata() and functions declared on the header file. The first 3 are documented in the libcref.i info file, while the latter are only described in the above header. Read the DJGPP FAQ list, question 18.4, to learn more about these and which is best suited to your needs. The FAQ can be gotten as faqNNN.zip from the same site you use to get DJGPP.