Date: Sun, 9 Jul 1995 08:35:56 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: gmoscho AT alexander DOT cc DOT ece DOT ntua DOT gr Subject: Re: vram memcpy Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > is there a way to use memcpy to access the videoram ? > (0xa0000 linear) Use movedata() library function for this. It is described in the libcref.i Info file. The DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP) discusses this and other methods of accessing a memory-mapped device in Chapter 18.