Re: [Etherboot-developers] 5.1 will not boot on 486
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-01-13 03:01:59
|
>I verified that the 386 option is being used, or at least I think I did. >I assume it just needs to be added in the CFLAGS section of the Config >files. > >I am assuming that the issue occurs somewhere between the printing of >done in the boot1a.S file and the main function of main.c. > >What if anything happens between the two events? I don't think it's a code generation issue anyway, those are usually fatal quite soon. I still think it's the printf itself that's blocking after printing one character. I still think the serial port is being written to somehow. Even though the serial port may be present, if the handshake lines are not enabled, the write to the port may block. What happens if you put another printf ahead the current one, this time with a different first character? |