diff options
author | alex <alex@FreeBSD.org> | 2000-07-19 18:27:53 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-19 18:27:53 +0800 |
commit | 2413cbb5b9028a54e39820520bf7f5fb8a373255 (patch) | |
tree | 825b36639de291141719d3cf8b5c47d3e74bfd35 /sysutils/memtest/pkg-descr | |
parent | 1406f4fdf189525936918b5a61aa94db27a08f7a (diff) | |
download | freebsd-ports-graphics-2413cbb5b9028a54e39820520bf7f5fb8a373255.tar.gz freebsd-ports-graphics-2413cbb5b9028a54e39820520bf7f5fb8a373255.tar.zst freebsd-ports-graphics-2413cbb5b9028a54e39820520bf7f5fb8a373255.zip |
Add memtest 2.93.1, a utility to test for faulty memory subsystem.
PR: 20023
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Diffstat (limited to 'sysutils/memtest/pkg-descr')
-rw-r--r-- | sysutils/memtest/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/memtest/pkg-descr b/sysutils/memtest/pkg-descr new file mode 100644 index 00000000000..f51fc22d684 --- /dev/null +++ b/sysutils/memtest/pkg-descr @@ -0,0 +1,9 @@ +memtest is a utility for testing the memory subsystem in a computer +to determine if it is faulty. The original source was by Simon +Kirby <sim@stormix.com>. The program has been rewritten by Charles +Cazabon and many additional tests were added to help catch borderline +memory. He also rewrote the original tests (which catch mainly +memory bits which are stuck permanently high or low) so that they +run approximately an order of magnitude faster. + +WWW: http://www.qcc.sk.ca/~charlesc/software/memtester/ |