Xref: news2.mv.net comp.os.msdos.djgpp:5381 From: Nick Collier Newsgroups: comp.os.msdos.djgpp Subject: Memset to video memory? Date: Fri, 21 Jun 1996 19:17:27 -0400 Organization: The Internet Access Company Lines: 9 Message-ID: <31CB2D87.4BD5@tiac.net> NNTP-Posting-Host: 206.119.237.212 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello all, 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. TIA, Nick