diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-03 02:08:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-03 02:08:02 +0000 |
commit | f39128cd7dfab70fd5b0b755789448792dd6c06e (patch) | |
tree | c8c5d5ddf10cc3a51908e6d0f39feb6cf02cabdc /emulators/mips64emul | |
parent | 059cc2e30494014079d83489b712b41d81af48a9 (diff) | |
download | pkgsrc-f39128cd7dfab70fd5b0b755789448792dd6c06e.tar.gz |
Update emulators/mips64emul to 0.1.1.
20040701 The -j option now takes a name, the of the kernel as passed
on to the bootloader. ("netbsd" is the default name.)
Adding support to load bootstrap code directly from a disk
image, for DECstation. Both NetBSD/pmax and Ultrix boot
straight of a disk image now, with no need to supply a
kernel filename on the command line. (Ultrix still needs
-j vmunix, though, to boot from /vmunix instead of /netbsd.)
20040702 Minor bugfix (some new untested code for X11 keypresses was
incorrect).
20040702(later) Adding an ugly hack for CDROMs in FreeBSD; if an fread() isn't
done at a 2048-byte aligned offset, it will fail. The hack
tries to read at 2048-byte aligned offsets and move around
buffers to make it work.
Adding video off (screen blanking) support to BT459.
Making a 0.1.1 release.
Diffstat (limited to 'emulators/mips64emul')
-rw-r--r-- | emulators/mips64emul/Makefile | 4 | ||||
-rw-r--r-- | emulators/mips64emul/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile index 2db1d93fe9b..da7217fbbef 100644 --- a/emulators/mips64emul/Makefile +++ b/emulators/mips64emul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/07/01 05:53:29 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/03 02:08:02 xtraeme Exp $ # -DISTNAME= mips64emul-0.1 +DISTNAME= mips64emul-0.1.1 CATEGORIES= emulators MASTER_SITES= http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/ diff --git a/emulators/mips64emul/distinfo b/emulators/mips64emul/distinfo index 9572160f690..057e921ad88 100644 --- a/emulators/mips64emul/distinfo +++ b/emulators/mips64emul/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/07/01 05:52:18 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2004/07/03 02:08:02 xtraeme Exp $ -SHA1 (mips64emul-0.1.tar.gz) = 0162e37da7c40139658ae235e09173df8ba3d8eb -Size (mips64emul-0.1.tar.gz) = 382555 bytes +SHA1 (mips64emul-0.1.1.tar.gz) = 86383858638985e7c84160a621aa7b76e8f359ac +Size (mips64emul-0.1.1.tar.gz) = 385438 bytes |