--- memtest86-3.5.orig/README
+++ memtest86-3.5/README
@@ -361,6 +361,12 @@
and manufacturers making this strategy impractical. However, there
are testing algorithms that can approximate this ideal strategy.
+Memtest86 continues executes indefinitely. The pass counter increments
+each time that all of the selected tests have been run. Generally a
+single pass is sufficient to catch all but the most obscure
+errors. However, for complete confidence when intermittent errors are
+suspected testing for a longer period is advised.
+
11) Memtest86 Test Algorithms
=============================
--- memtest86-3.5.orig/Makefile
+++ memtest86-3.5/Makefile
@@ -49,6 +49,9 @@
$(LD) -T memtest.bin.lds bootsect.o setup.o -b binary \
memtest_shared.bin -o memtest.bin
+%.o: %.s
+ $(AS) --32 -o $@ $<
+
reloc.o: reloc.c
$(CC) -c $(CFLAGS) -fno-strict-aliasing reloc.c