From owner-freebsd-emulation Fri Sep 20 01:44:41 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA07727 for emulation-outgoing; Fri, 20 Sep 1996 01:44:41 -0700 (PDT) Received: from abel.pdmi.ras.ru ([194.88.2.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA07531; Fri, 20 Sep 1996 01:44:08 -0700 (PDT) Received: (from pialkin@localhost) by abel.pdmi.ras.ru (8.7.5/8.7.3) id MAA17020; Fri, 20 Sep 1996 12:44:30 +0400 (MSD) From: Alexey Pialkin Message-Id: <199609200844.MAA17020@abel.pdmi.ras.ru> Subject: Re: New doscmd available for testing/munching To: j_mini@efn.org (Jonathan Mini) Date: Fri, 20 Sep 1996 12:44:29 +0400 (MSD) Cc: sos@freebsd.org, msmith@atrad.adelaide.edu.au, emulation@freebsd.org In-Reply-To: from "Jonathan Mini" at Sep 19, 96 01:52:49 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > And anyone who is familiar with the issues involved in mmap()ing screen > > > memory is asked to contact Alexy Pialkin (pialkin@abel.pdmi.ras.ru) to > > > provide some advice for proper vt save/restore operation in raw console > > > mode. > > ssend email to gurney_j@efn.org.... he's created a "bob" program fir > FreeBSD that mmap's the video memory and does a few nifty video effects > in 320x200x256 mode. The problem is not with just screen mapping for drawing something(open screen memory for drawing is simple just mmap some part of /dev/mem & viola ...) My problem is that i am unabl to properly map some shadow screen for 0xA0000-0xB0000 address.... It's highly needable for programs working with screen background.. I hope the libdtk will help me.. Alexey Pialkin