Add memtest86, a thorough, stand alone memory test for x86 architecture computers.

BIOS based memory tests are a quick, cursory check and often miss many of the
failures that are detected by Memtest86.

PR:		ports/64818
Submitted by:	Radim Kolar <hsn@netmag.cz>
This commit is contained in:
Pav Lucistnik 2004-03-28 01:48:40 +00:00
parent 5bab905509
commit e0eee5508b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105463
5 changed files with 56 additions and 0 deletions

View File

@ -204,6 +204,7 @@
SUBDIR += mcron
SUBDIR += memgrep
SUBDIR += memtest
SUBDIR += memtest86
SUBDIR += metalog
SUBDIR += mgeupsd
SUBDIR += minirsyslogd

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: memtest86
# Date created: 27 Mar 2004
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= memtest86
PORTVERSION= 3.1a
CATEGORIES= sysutils
MASTER_SITES= http://www.memtest86.com/
MAINTAINER= ports@freebsd.org
COMMENT= Stand alone memory test for x86 architecture computers
ONLY_FOR_ARCHS= i386
PKGMESSAGE= ${WRKDIR}/pkg-message
PORTDOCS= README
PLIST_FILES= share/${PORTNAME}/floppy.bin share/${PORTNAME}/memtest.iso.gz
PLIST_DIRS= share/${PORTNAME}
do-build:
@${CAT} ${FILESDIR}/pkg-message.in | ${SED} 's|%%DATADIR%%|${DATADIR}|g' > ${WRKDIR}/pkg-message
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/precomp.bin ${DATADIR}/floppy.bin
${INSTALL_DATA} ${WRKSRC}/memtest.iso ${DATADIR}
${GZIP_CMD} ${DATADIR}/memtest.iso
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (memtest86-3.1a.tar.gz) = 6c43d4aba3fdfa135c462a02b3ae5b39
SIZE (memtest86-3.1a.tar.gz) = 142729

View File

@ -0,0 +1,7 @@
*
* Usage:
*
* 1) Insert blank floppy
* 2) dd if=%%DATADIR%%/floppy.bin of=/dev/fd0
* 3) Boot the floppy
*

View File

@ -0,0 +1,7 @@
Memtest86 - A Stand-alone Memory Diagnostic
Memtest86 is thorough, stand alone memory test for x86 architecture computers.
BIOS based memory tests are a quick, cursory check and often miss many of the
failures that are detected by Memtest86.
WWW: http://www.memtest86.com/