RE: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tl...@ro...> - 2002-08-29 21:31:13
|
Hi
> Current my 486 still freezes hard before the driver is loaded.
From what I can tell, it freezes between:
boot1a.S:196
msg_r1: .asciz " Done\r\n"
and
main.c:152
printf("ROM segment %#hx length %#hx reloc %#x\n", rom.rom_segment,
rom.rom_length << 1, (unsigned long)_text);
I thought it was the printf, so I commented it out but it still froze hard.
My assembly is non-existant, so that is about the best I can do.
Tim
|