RE: memtest86

John Taylor (john@verdi.cviog.uga.edu)
Mon, 22 Apr 1996 10:07:24 -0400 (EDT)


I don't know if this is possible or not. But it seems like you could have a
memory tester that is started from LILO, that is separate from the kernel.
It would load before vmlinux. If a bad area of memory was found, then this
information could be passed on to the kernel (as boot parameters). Finally,
the kernel could then map around those bad areas of memory.

John Taylor

int main() { /* john@www.cviog.uga.edu */
system("echo \"int main(){printf(\"\%s\\n\%s\\n\",__DATE__,__TIME__);}\"| \
gcc -E -|tail -1|awk -F\\\" '{print $2\"\\n\"$4}'"); } /* :-) */