Re: [Etherboot-developers] 5.1 will not boot on 486
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-01-10 15:13:48
|
>Yes, from a clean cvs I did a: > >cd etherboot/etherboot-5.1/src >make clean >make Roms >make bin/3c509.fd0 > >That image had the error. However, while developing the sundance driver, I w >as using the same process but instead booting a Pentium 200. The process wor >ked fine on the Pentium 200. The R is the first character printed by main(). I have seen this before where it's also trying to write to the serial port at the same and there's no serial port on the machine. However CONSOLE_SERIAL is not enabled by default. It's not on your build by any chance is it? |