RE: [Etherboot-developers] 5.1 will not boot on 486
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tim...@us...> - 2003-01-13 02:53:28
|
> >> Just a thought, check that gcc is set to generate 386 code in all > >> Makefiles, except the Itanium directories of course > > > >Thanks for the information. What exactly am I looking for? > > That gcc is being called with the -mcpu=i386 option. 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? Tim |