On Tue, 3 Jun 2008 09:56:26 -0600, "Myles Watson" mylesgw@gmail.com wrote:
Have you tried using buildrom? It builds memtest fine for me on a 64-
bit
FC machine.
How do you do this?
1. I check out buildrom:
svn co svn://coreboot.org/buildrom
2. cd buildrom/buildrom-devel
3. Configure it
make configure
Select your platform and payload (memtest86)
4. Exit config 5. Type make
There will be an elf file called memtest86-payload.elf (or something like that) in the buildrom/buildrom-devel/deploy directory
I hope that was what you were asking.
Thanks, Myles