home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #BK july 2003
-
- echo "COMPREHENSIVE RAM TEST"
- echo "RAM that is starting to fail, even a single bit, can"
- echo "cause mysterious seemingly random corruption of files."
- echo "Note, this test will take awhile. On a PC with 1.2GHz"
- echo "CPU, testing takes about 30 minutes."
- echo "Please press CTRL-C to exit, or close all other"
- echo -n "applications and press ENTER to continue..."
- read VAR1
- memtest all 1
- echo -n "Test completed. Press ENTER to continue..."
- read VAR1
-