Date: Tue, 31 Dec 1996 07:40:03 +0200 (IST) From: Eli Zaretskii To: Daisuke Aoyama cc: DJ Delorie , DJGPP WORKERS Subject: RE: conio's patch for DOS/V virtual VRAM In-Reply-To: <199612301721.CAA21711@mail.st.rim.or.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 30 Dec 1996, Daisuke Aoyama wrote: > I found a problem that putch didn't use ScreenAddress.(couldn't use it > under DOS/V) > Why doesn't it use ScreenAddress? Probably, history. However, to make things really consistent, you should make sure that under DOS/V _go32_info_block.linear_address_of_primary_screen also points to the same address as ScreenAddress, then putch will also work. The best way to do that is probably to initialize ScreenAddress from the above variable on conio.c. Does anybody see any problems to do that instead of the default 0xb8000?