X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: David Winfrey Newsgroups: comp.os.msdos.djgpp Subject: BIOS video fails under XP? Date: Fri, 27 Aug 2004 20:13:40 -0000 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <10iv5fkr0asqh36@corp.supernews.com> Sender: David Winfrey 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 I have written a small, simple hex editor. It works properly in a DOS box under Win98, compiled either with DJGPP or with Turbo C 2.01. In WinXP, the 16-bit Turbo C version works, but the DJGPP version displays a screenful of garbage. I suspect the problem is in the BIOS video interrupt interface. Is this a known problem? Does the latest DJGPP work properly with the Int 10h functions?