diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-11-26 06:00:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-11-26 06:00:00 +0000 |
commit | a584a3ee1f130ea427a5f399c13b1a29c08b93ea (patch) | |
tree | a946388c0fee662833f1e028c77cd19d6809932c /emulators/gxemul/Makefile | |
parent | 8a7b363ffdb4336a02509c2ce16a9aea5d1da40c (diff) | |
download | pkgsrc-a584a3ee1f130ea427a5f399c13b1a29c08b93ea.tar.gz |
Update to 0.3.7
User-visible change between release 0.3.6.2 and 0.3.7 include:
o) The experimental PowerPC emulation mode is now working well enough
to allow NetBSD/prep 2.1 to be installed and run inside the emulator.
It is not 100% stable, and it is not optimized for performance yet,
but hopefully enough for simple experiments.
o) I finally took the time to implement a DEC 21143 NIC; this brings
network connectivity to NetBSD/cats. (The userland "NAT"-like
networking layer is still a bit buggy, and does not work with
everything. However, NetBSD/cats can now be installed via ftp.)
o) CD-ROM images can now in some cases be detected as ATAPI CD-ROMs
instead of IDE harddisks. It works for at least NetBSD, OpenBSD,
and Linux on CATS, and NetBSD on hpcmips.
Internal (code related) changes include:
o) Cleanup of the PCI and ISA bus frameworks; in practice this means
that more code can be shared between different emulated machine
models than before, and that adding new machine types will become
easier.
o) Dyntrans updates; 32-bit PowerPC mostly, but also many performance
related updates for ARM.
Diffstat (limited to 'emulators/gxemul/Makefile')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 54e1aa4e039..bcfa0e8b22b 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2005/10/29 10:05:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2005/11/26 06:00:00 xtraeme Exp $ # -DISTNAME= gxemul-0.3.6.2 +DISTNAME= gxemul-0.3.7 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ |