From owner-cvs-all@FreeBSD.ORG Fri May 20 10:35:34 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E703116A4CE; Fri, 20 May 2005 10:35:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD7543DBB; Fri, 20 May 2005 10:35:33 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4KAZXfH027743; Fri, 20 May 2005 10:35:33 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4KAZXf9027742; Fri, 20 May 2005 10:35:33 GMT (envelope-from jylefort) Message-Id: <200505201035.j4KAZXf9027742@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 20 May 2005 10:35:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/gxemul Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 10:35:35 -0000 jylefort 2005-05-20 10:35:33 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/gxemul Makefile distinfo pkg-descr Log: Add gxemul. GXemul is a free instruction-level machine emulator, emulating not only the CPU, but also other hardware components, making it possible to use the emulator to run unmodified operating systems such as NetBSD, OpenBSD, or Linux. A few different machine types are emulated. The following machine types are emulated well enough to run at least one "guest OS": * DECstation 5000/200 ("3max"): serial controller (including keyboard and mouse), ethernet, SCSI, and graphical framebuffers. * Acer Pica-61 (an ARC machine): serial controller, "VGA" text console, and SCSI. * NEC MobilePro 770, 780, 800, and 880 (HPCmips machines): framebuffer, keyboard, and a PCMCIA IDE controller. * Cobalt: serial controller and PCI IDE. WWW: http://gavare.se/gxemul/ PR: ports/81048 Submitted by: Janni Revision Changes Path 1.160 +1 -0 ports/emulators/Makefile 1.1 +98 -0 ports/emulators/gxemul/Makefile (new) 1.1 +2 -0 ports/emulators/gxemul/distinfo (new) 1.1 +19 -0 ports/emulators/gxemul/pkg-descr (new)