On Fri, 22 Dec 2000, Ronald G Minnich wrote:

> no, this is a possible result if the timing is slightly wrong. Welcome to
> SDRAM. 

oh, wait, you can test this. have your C code scribble over the AWARD BIOS
area (one byte or write will do) and see if it changes. If it does, you're
probably running from DRAM. 

In that case, you should #ifdef out all the meminit stuff in crt0.S, since
it is probably (incorrectly) reconfiguring memory ...

ron

Reply via email to