Date: Wed, 26 Jun 1996 13:10:34 +0200 (IST) From: Eli Zaretskii To: Nick Collier Cc: djgpp AT delorie DOT com Subject: Re: Memset to video memory? In-Reply-To: <31CB2D87.4BD5@tiac.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 21 Jun 1996, Nick Collier wrote: > How can use memset on video memory in djgpp? Normally I'd use a far pointer to video > memory setup with MK_FP, but, of course, this won't work in protected mode. If memset is > out of the question is there something equivalent. I looked at dosmemput but couldn't > come up with anything. Please read the DJGPP FAQ list (v2/faq200b.zip from the same place you get DJGPP), section 18.4. It explains the various techniques you can use to achieve this.