On 11/5/06, Stefan Reinauer stepan@coresystems.de wrote:
Are we not going to switch to 64bit mode in LinuxBIOS anyways? Then we just need a 64bit version of mkelfimage.
Yes. actually the elf64 aware elfboot too.
This is the preferred thing I guess, because it will allow us to use other 64bit payloads as well without requiring that they do the same weird 32->64bit trampolining as Linux does...
depends, you could have two entries, so your payload could be loaded by 32elfboot or 64elfboot.
YH