From owner-cvs-all Mon Jul 30 5: 3:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BD2837B401; Mon, 30 Jul 2001 05:03:39 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6UC3dQ75404; Mon, 30 Jul 2001 05:03:39 -0700 (PDT) (envelope-from tg) Message-Id: <200107301203.f6UC3dQ75404@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 30 Jul 2001 05:03:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd cpu.c tty.c video.c video.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2001/07/30 05:03:39 PDT Modified files: usr.bin/doscmd cpu.c tty.c video.c video.h Log: - Add some more x86 instructions to emulate, - emulate VGA read mode 0, - emulate VGA write mode 1, - minor cleanup. Protel's Easytrax, a free PCB layout program, almost runs now; there are still some problems with the keyboard emulation, but the graphics are fine (albeit a bit slow). Revision Changes Path 1.4 +141 -53 src/usr.bin/doscmd/cpu.c 1.14 +40 -22 src/usr.bin/doscmd/tty.c 1.2 +80 -56 src/usr.bin/doscmd/video.c 1.4 +10 -9 src/usr.bin/doscmd/video.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message