summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-08-04 06:16:04 +0000
committerxtraeme <xtraeme>2004-08-04 06:16:04 +0000
commitce16d8c02b8a6a70491eebf75f8f290d9146aa77 (patch)
treefb1388c1c8f0c6f655595ff6b8910b0e6ddd9f55 /doc
parent74166eab585a00d0515be5bf71262c39fa57a5fe (diff)
downloadpkgsrc-ce16d8c02b8a6a70491eebf75f8f290d9146aa77.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 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 8007348adf8..9e48f2c2e26 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6782 2004/08/03 21:24:08 schmonz Exp $
+$NetBSD: CHANGES,v 1.6783 2004/08/04 06:16:04 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3712,3 +3712,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated ucl to 1.02nb1 [mycroft 2004-08-03]
Updated ogmtools to 1.4.1 [salo 2004-08-03]
Updated getmail to 4.0.5 [schmonz 2004-08-03]
+ Updated mips64emul to 0.2 [xtraeme 2004-08-04]