Re: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-08-31 08:53:26
|
There a bug in assembling .S and .s files due to the C preprocessor. The i386 in .arch i386 gets replaced by 1 and as barfs. I fixed it by adding -Ui386 to the assemble rules (2 places). Not sure if this is the best way to fix it. |