diff options
author | Kyle Guinn <elyk03@gmail.com> | 2013-10-26 00:16:46 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:51 -0500 |
commit | 319f898b5f28a560edd68c09dcc7c8facecf0280 (patch) | |
tree | 28d6fe26d4cfbf286f01e9fc2d88b3cfe37ce72c /system/memtest86+/README | |
parent | 405d8583ba1af6f284aeaca3d329970a01b49595 (diff) |
system/memtest86+: Added (comprehensive, stand-alone memory diagnostic)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/memtest86+/README')
-rw-r--r-- | system/memtest86+/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/memtest86+/README b/system/memtest86+/README new file mode 100644 index 000000000000..5b6504831958 --- /dev/null +++ b/system/memtest86+/README @@ -0,0 +1,10 @@ +Memtest86+ is thorough, stand alone memory test for Intel/AMD x86 +architecture systems. BIOS based memory tests are only a quick check +and often miss failures that are detected by Memtest86+. + +Compilation may fail on 64-bit Slackware due to missing +/usr/include/gnu/stubs-32.h from glibc. If you experience this problem, +copy that file from stubs-64.h in the same directory (or create a symlink), +and you may delete your copy/symlink after you have created the package. + +See README.SLACKWARE for setup information. |