X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 31 Aug 2004 06:47:18 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c48f0d$Blat.v2.2.2$622bc900@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <10j7a5ngcs773e6@corp.supernews.com> (message from David Winfrey on Mon, 30 Aug 2004 22:22:47 -0000) Subject: Re: BIOS video fails under XP? 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> <10j7a5ngcs773e6 AT corp DOT supernews DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: David Winfrey > Date: Mon, 30 Aug 2004 22:22:47 -0000 > > 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. The DJGPP FAQ explains in section 18.2 how to use buffers with DOS/BIOS real-mode services.