Date: Sun, 26 Dec 1999 09:56:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Valkir cc: djgpp AT delorie DOT com Subject: Re: writing directly to video card In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 25 Dec 1999, Valkir wrote: > uchar *Video = 0xB800; > *(Video+x+y*160)='A'; > *(Video+x+y*161)=0<<8+1<<4+13; > > will put an A not blinking of background blue? and color maybe pink? Actually, it will crash for most programs. See section 10.2 of the DJGPP FAQ list for details.