Re: Perform minimal RAM test at boot

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Tue, 2 Nov 1999 13:45:00 +0100


Peter Steiner wrote:
> Does this work even with write back L1/L2 caches? I'm using a 2-pass
> algorithm to make sure the data really is written back and reread.

Another good reason for a 2-pass algorithm is to detect wraparound and
other aliasing conditions.

If your BIOS reports 32M, and you only have 16M, then on some machines
addressing the upper 16M accesses the same memory as the lower 16M.

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/