/* Simple ramtester; ats@offog.org This is unlikely to find non-trivial problems, but it'll identify dead SIMMs etc. */ #include #include /* Size of RAM in megs to check */ #define RAMSIZE 64 #define CELLSIZE 512 #define NUMCELLS RAMSIZE*1024/CELLSIZE int main(int argc, char **argv) { int i,j,k,l,v; unsigned char *m[NUMCELLS]; for(i=0;i\n"); getchar(); }