Re: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Eric W B. <ebi...@ln...> - 2002-08-29 23:02:44
|
"Timothy Legge" <tl...@ro...> writes:
> 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.
Just to tripple check you are not loading a compressed image?
Other than that I would guess I accidentally introduced an instruction
that doesn't exist on your 486.
Eric
|