Subject: CVS commit: pkgsrc/emulators/gxemul
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 08/20/2006 16:27:45
Module Name: pkgsrc
Committed By: xtraeme
Date: Sun Aug 20 16:27:45 UTC 2006
Modified Files:
pkgsrc/emulators/gxemul: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/emulators/gxemul/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/emulators/gxemul/PLIST
cvs rdiff -r1.13 -r1.14 pkgsrc/emulators/gxemul/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.