From owner-freebsd-emulation Wed Sep 25 05:22:23 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA15411 for emulation-outgoing; Wed, 25 Sep 1996 05:22:23 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA15387 for ; Wed, 25 Sep 1996 05:22:21 -0700 (PDT) Received: from abel.pdmi.ras.ru by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0v5suZ-0008zJC; Wed, 25 Sep 96 05:17 PDT Received: (from root@localhost) by abel.pdmi.ras.ru (8.7.5/8.7.3) id QAA11894; Wed, 25 Sep 1996 16:10:13 +0400 (MSD) From: Alexey Pialkin Message-Id: <199609251210.QAA11894@abel.pdmi.ras.ru> Subject: Re: New doscmd available for testing/munching To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Wed, 25 Sep 1996 16:10:13 +0400 (MSD) Cc: msmith@atrad.adelaide.edu.au, j_mini@efn.org, emulation@FreeBSD.org In-Reply-To: <199609251152.VAA09253@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Sep 25, 96 09:22:35 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-emulation@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Alexey Pialkin stands accused of saying: > > > Actually, you mmap /dev/vga which roots at the base of video memory. This > > > is much cleaner, not to mention safer. > > > > BTW, why ? > > Because you're mapping the video card's memory, not "generic memory". > If the card is somewhere else, then you don't have to worry about it. > If Soren wakes up and changes it just a little bit, you will _only_ be > able to map the region of memory that the card decodes into. Nice. But it doesn't matter for us - because if the card will not located at normal addresses it will not VGA - so we will not able to properly work with it in virtual console mode. > > BTW, we don't need to compare somthing for ncurses - it makes all automatic > > & redraw quite nice... At least on my home my new unoptimized ncurses support > > works much faster than Xs :).. But that's not a surprise :) > > Hmm? I presume you are using ncurses' internal compare-and-redraw > algorithm then 8) Yes :) And it works more than nice.. At least by now i don't whant anything else :)))) Alexey Pialkin