On Sun, 2008-02-24 at 21:18 -0500, joe@smittys.pointclark.net wrote:
Hello, I think I figured out what the problem stated on the wiki is wrong with the etherboot payload. etherboot does not have filo in it's src directory. If you try ROM-o-matic and check off the box "CONFIG_FILO Enable FILO support. It will make main call pci_init." it gives you an ": undefined reference to `pci_init'" error. This comes from filo correct? So I browsed the etherboot src directory and filo is not there??
Should I download both, and copy filo into the etherboot src directory and try to build it? If I try this, should I build filo first, or does etherboot build both?
Thanks - Joe
FILO is not kept in src/, it's in some deeper directory, util(s) comes to mind. It was there last time I looked though.
-Corey