Date: Tue, 31 Dec 1996 07:40:03 +0200 (IST) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> To: Daisuke Aoyama <jack AT st DOT rim DOT or DOT jp> cc: DJ Delorie <dj AT delorie DOT com>, DJGPP WORKERS <djgpp-workers AT delorie DOT com> Subject: RE: conio's patch for DOS/V virtual VRAM In-Reply-To: <199612301721.CAA21711@mail.st.rim.or.jp> Message-ID: <Pine.SUN.3.91.961231073651.13841B-100000@is> 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?