From 9505a0ccac19dfa90be035272d244432fd7194a9 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 20 Aug 2006 16:27:44 +0000 Subject: Update to 0.4.2. Changes between release 0.4.1 and 0.4.2 include, among other things: o) The NetWinder emulation mode now works well enough to let NetBSD/netwinder run from a disk image. (NetBSD/netwinder has to be installed manually, though, because there is no installation ramdisk kernel. The GXemul documentation has an example of how to install NetBSD/netwinder using an emulated NetBSD/pmax machine.) o) Algorithmics P5064 emulation works well enough to let NetBSD/algor run from a disk image. (Similar to NetBSD/netwinder, it has to be installed manually, using another emulated machine.) o) PCI configuration register writes can now be handled, which allows NetBSD/Malta (evbmips) 3.0.1 and NetBSD/cobalt 3.0.1 to run from PCI IDE harddisk images. (Previously, only NetBSD 2.1 worked for the Malta and Cobalt emulation modes.) o) Some performance increases: The virtual translation table update routine has been simplified to work the same way for 32-bit and 64-bit emulation, and this apparently results in a speedup for all 64-bit modes. For 32-bit MIPS, some more instruction combinations have been added. --- emulators/gxemul/Makefile | 4 ++-- emulators/gxemul/PLIST | 16 +++++++++++----- emulators/gxemul/distinfo | 8 ++++---- 3 files changed, 17 insertions(+), 11 deletions(-) (limited to 'emulators') diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index d34a601894f..2221549ab81 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2006/07/27 18:14:44 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/08/20 16:27:44 xtraeme Exp $ # -DISTNAME= gxemul-0.4.1 +DISTNAME= gxemul-0.4.2 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ diff --git a/emulators/gxemul/PLIST b/emulators/gxemul/PLIST index 9dd4c0abab4..66b092a1df8 100644 --- a/emulators/gxemul/PLIST +++ b/emulators/gxemul/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2006/07/02 11:35:23 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/08/20 16:27:44 xtraeme Exp $ bin/gxemul man/man1/gxemul.1 share/doc/gxemul/20040504-ultrix45-boot1.png @@ -27,16 +27,12 @@ share/doc/gxemul/20041213-debian_4.png share/doc/gxemul/20041213-debian_4_small.gif share/doc/gxemul/20050317-example.png share/doc/gxemul/20050317-example_small.png -share/doc/gxemul/20050413-netbsd-cobalt.png -share/doc/gxemul/20050413-netbsd-cobalt_small.png share/doc/gxemul/20050427-netbsd-hpcmips-1.png share/doc/gxemul/20050427-netbsd-hpcmips-1_small.png share/doc/gxemul/20050427-netbsd-hpcmips-2.png share/doc/gxemul/20050427-netbsd-hpcmips-2_small.png share/doc/gxemul/20050617-openbsd-sgi.png share/doc/gxemul/20050617-openbsd-sgi_small.png -share/doc/gxemul/20050622-netbsd-evbmips-malta.png -share/doc/gxemul/20050622-netbsd-evbmips-malta_small.png share/doc/gxemul/20050817-sgi-o2-success-7.png share/doc/gxemul/20050817-sgi-o2-success-7_small.png share/doc/gxemul/20050817-sgi-o2-success-8.png @@ -53,6 +49,16 @@ share/doc/gxemul/20060504-gdb-64bit-mips.png share/doc/gxemul/20060504-gdb-64bit-mips_small.png share/doc/gxemul/20060623-netbsd-sgimips-3.0.png share/doc/gxemul/20060623-netbsd-sgimips-3.0_small.png +share/doc/gxemul/20060724-netbsd-netwinder-1.png +share/doc/gxemul/20060724-netbsd-netwinder-1_small.png +share/doc/gxemul/20060724-netbsd-netwinder-2.png +share/doc/gxemul/20060724-netbsd-netwinder-2_small.png +share/doc/gxemul/20060812-netbsd-cobalt-3.0.1.png +share/doc/gxemul/20060812-netbsd-cobalt-3.0.1_small.png +share/doc/gxemul/20060812-netbsd-malta-3.0.1.png +share/doc/gxemul/20060812-netbsd-malta-3.0.1_small.png +share/doc/gxemul/20060814-netbsd-algor-3.0.1.png +share/doc/gxemul/20060814-netbsd-algor-3.0.1_small.png share/doc/gxemul/HISTORY share/doc/gxemul/LICENSE share/doc/gxemul/Makefile diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index cd0ca75da8d..2bbb0e44f8c 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2006/07/25 17:46:05 xtraeme Exp $ +$NetBSD: distinfo,v 1.14 2006/08/20 16:27:44 xtraeme Exp $ -SHA1 (gxemul-0.4.1.tar.gz) = c81c5ed5233f1e1c5a3c53c84c8b43765b80add9 -RMD160 (gxemul-0.4.1.tar.gz) = 8191d63b233588b82768778ef3d88aa4d8c0b087 -Size (gxemul-0.4.1.tar.gz) = 1830123 bytes +SHA1 (gxemul-0.4.2.tar.gz) = d912b4a38cf892d6f3e89c71195d6c52bb3718ca +RMD160 (gxemul-0.4.2.tar.gz) = dcffd9a3d8de93e935a0f2802c1a0aa60c462693 +Size (gxemul-0.4.2.tar.gz) = 1909826 bytes -- cgit v1.2.3