diff options
author | wiz <wiz> | 2002-03-07 15:05:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-07 15:05:23 +0000 |
commit | 05c7ddb610f457909885ab9c06a9d20e79ff4d16 (patch) | |
tree | ed0824b9a389fbce8ed916f1c3f63dbbc8374d38 /sysutils | |
parent | b7903eee6208b981192bd95724ec9a306f41d178 (diff) | |
download | pkgsrc-05c7ddb610f457909885ab9c06a9d20e79ff4d16.tar.gz |
Update to 2.9.
Changes:
The memory sizing code has been completely rewritten. By default
Memtest86 gets a memory map from the BIOS that is now used to find
available memory. A new online configuration option provides three
choices for how memory will be sized, including the old "probe" method.
The default mode generally will not test all of memory, but should be more
stable. See the "Memory Sizing" section for details.
Testing of more than 2gb of memory should now work. A number of bugs
were found and corrected that prevented testing above 2gb. Testing
with more than 2gb has been limited and there could be problems with a
full 4gb of memory.
Memory is divided into segments for testing. This allow for frequent
progress updates and responsiveness to interactive commands. The
memory segment size has been increased from 16 to 32mb. This should
improve testing effectivness but progress reports will be less frequent.
Minor bug fixes.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/memtest86/Makefile | 6 | ||||
-rw-r--r-- | sysutils/memtest86/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile index bbc6cc32e51..8c948a14d99 100644 --- a/sysutils/memtest86/Makefile +++ b/sysutils/memtest86/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/07 14:44:36 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/07 15:05:23 wiz Exp $ # -DISTNAME= memtest86-2.8a -PKGNAME= memtest86-2.8.1 +DISTNAME= memtest86-2.9 CATEGORIES= sysutils MASTER_SITES= http://www.memtest86.com/ @@ -12,7 +11,6 @@ COMMENT= thorough, stand alone memory test for x86 arch USE_GMAKE= yes ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386 -WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} post-patch: ${CP} ${FILESDIR}/linkage.h ${WRKSRC} diff --git a/sysutils/memtest86/distinfo b/sysutils/memtest86/distinfo index 2855850b385..147399dde2b 100644 --- a/sysutils/memtest86/distinfo +++ b/sysutils/memtest86/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/03/07 14:44:36 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/03/07 15:05:23 wiz Exp $ -SHA1 (memtest86-2.8a.tar.gz) = caba12ced3a30f5a2058f2dcfcb4b7e9ebcf312d -Size (memtest86-2.8a.tar.gz) = 77185 bytes +SHA1 (memtest86-2.9.tar.gz) = fdddc9549e429cbef55e0d88f0e0807f98359b9b +Size (memtest86-2.9.tar.gz) = 94658 bytes SHA1 (patch-aa) = 871b7ea0ed70c8a1754f03bf6458c44e88bae353 SHA1 (patch-ab) = 297a1b9bdf2c7c1fa38fb69f7f185b3c8f800754 |