Re: [Etherboot-developers] Porting question
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-02-23 22:47:20
|
>You are not exactly right :-) When using the uClinux approach there is >no need to have ELF capable tools. This is due to the fact that all the >executables have to be converted to the "flat" file format before >executing them. So even if you had ELF tools you still have to convert >to the "flat" file format. Well in that case it's easy then, start from the flat file. All you need to do is wrap an ELF format around it, and any ramdisks you are sending along. |