X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: David Winfrey Newsgroups: comp.os.msdos.djgpp Subject: Re: BIOS video fails under XP? Date: Mon, 30 Aug 2004 22:22:47 -0000 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <10j7a5ngcs773e6@corp.supernews.com> Sender: David Winfrey References: <10iv5fkr0asqh36 AT corp DOT supernews DOT com> <01c48cde$Blat.v2.2.2$0122c220 AT zahav DOT net DOT il> <10j26agok30l1a8 AT corp DOT supernews DOT com> User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (Linux/2.4.23 (i686)) X-Complaints-To: abuse AT supernews DOT com Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com OK, it works now. I think the problem was in my abuse of the write-string-to-screen function, which wants a buffer address; once I changed this to a loop of write-char-to-screen, it worked. I may someday go back and try to get the string function working, but for now the loop is fast enough. Thanks again.