diff options
author | xtraeme <xtraeme> | 2004-08-04 06:16:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-08-04 06:16:04 +0000 |
commit | 6582186b97b3fe9b986a356d519ebdff190e64d7 (patch) | |
tree | fb1388c1c8f0c6f655595ff6b8910b0e6ddd9f55 /emulators | |
parent | 8cb4e0614ed147ac5639868c333a15959650adc6 (diff) | |
download | pkgsrc-6582186b97b3fe9b986a356d519ebdff190e64d7.tar.gz |
Update emulators/mips64emul to 0.2.
Changes:
0.1 -> 0.1.1:
x) Added support for booting directly from disk images and CDROM
images (so far only for the DECstation emulation mode).
0.1.1 -> 0.2:
x) More "guest" operating systems now run to an acceptable degree in
the emulator; apart from NetBSD/pmax and Ultrix/RISC, it is now
also possible to run OpenBSD/pmax and Sprite for DECstation.
x) Clock devices in the emulated environment should now adjust
themselves to tick at approximately the same speed as the host's
clock. (This can be overridden with a command-line option, to set
a fixed emulation speed, regardless of the host's speed.)
x) Networking support (TCP/IP) is partly implemented, enough to
perform an install of NetBSD/pmax or OpenBSD/pmax via ftp or nfs.
(This should be considered experimental.)
x) The DECstation mouse pointer is now "de-accelerated" to attempt
to follow the host's mouse pointer.
x) Some minor performance enhancements.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mips64emul/DESCR | 4 | ||||
-rw-r--r-- | emulators/mips64emul/Makefile | 5 | ||||
-rw-r--r-- | emulators/mips64emul/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/emulators/mips64emul/DESCR b/emulators/mips64emul/DESCR index b96b55426a8..c33d77455ba 100644 --- a/emulators/mips64emul/DESCR +++ b/emulators/mips64emul/DESCR @@ -1,4 +1,4 @@ mips64emul is a MIPS machine emulator. The goals are to emulate 32-bit and 64-bit MIPS CPUs and enough surrounding hardware to fake real machines, -capable of running real (unmodified) operating systems, such as NetBSD or -Linux. +capable of running real (unmodified) operating systems, such as NetBSD, +OpenBSD, Ultrix, Sprite and Linux. diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile index da7217fbbef..d36b5db75c1 100644 --- a/emulators/mips64emul/Makefile +++ b/emulators/mips64emul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/07/03 02:08:02 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/08/04 06:16:04 xtraeme Exp $ # -DISTNAME= mips64emul-0.1.1 +DISTNAME= mips64emul-0.2 CATEGORIES= emulators MASTER_SITES= http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/ @@ -12,6 +12,7 @@ COMMENT= MIPS 32/64-bit emulator USE_BUILDLINK3= yes USE_X11= yes HAS_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLATION_DIRS= bin share/doc/${PKGBASE} diff --git a/emulators/mips64emul/distinfo b/emulators/mips64emul/distinfo index 057e921ad88..b3a92d9ef64 100644 --- a/emulators/mips64emul/distinfo +++ b/emulators/mips64emul/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/07/03 02:08:02 xtraeme Exp $ +$NetBSD: distinfo,v 1.6 2004/08/04 06:16:04 xtraeme Exp $ -SHA1 (mips64emul-0.1.1.tar.gz) = 86383858638985e7c84160a621aa7b76e8f359ac -Size (mips64emul-0.1.1.tar.gz) = 385438 bytes +SHA1 (mips64emul-0.2.tar.gz) = 8c451ca2877815a778fc23ed8bba971c61a983fb +Size (mips64emul-0.2.tar.gz) = 634922 bytes |