Re: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2002-08-31 17:27:07
|
ke...@us... (Ken Yap) writes: > 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. Sorry. I only saw that in start32.S -Ui386 in the assembly rules is probly good enough. That is my cheap insurance that all of the assembly will run on a 386. Eric |