diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-16 00:49:20 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-16 00:49:20 +0000 |
commit | 20a496b18f1ac99a2d529419b0edb0e0eeddf804 (patch) | |
tree | eced7016c434b267a21134843b3ac8b917af2c00 /sysutils/memtester/DESCR | |
parent | 5711abaa1fb5134bd58cd4a58fb61c223821e6dd (diff) | |
download | pkgsrc-20a496b18f1ac99a2d529419b0edb0e0eeddf804.tar.gz |
Initial import of memtester-2.93.1 from pkgsrc-wip, contributed by
<pancake at phreaker.net> with some minor changes by me.
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>. I have by this time completely rewritten
the original source, and added many additional tests to help catch
borderline memory. I 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.
Diffstat (limited to 'sysutils/memtester/DESCR')
-rw-r--r-- | sysutils/memtester/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/memtester/DESCR b/sysutils/memtester/DESCR new file mode 100644 index 00000000000..d03359f7305 --- /dev/null +++ b/sysutils/memtester/DESCR @@ -0,0 +1,7 @@ +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>. I have by this time completely rewritten +the original source, and added many additional tests to help catch +borderline memory. I 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. |