On Fri, Jan 08, 2010 at 02:01:49AM +0100, Grégoire Sutre wrote: > There is multiboot support for i386, which is great. But i386 seems > to be the only architecture with multiboot support. Are there plans > to add multiboot support to amd64?
At least the legacy branch of grub doesn't spport multiboot for amd64 ELF binaries. Which makes it not very attractive to work on. Using the i386 wrapper hacks as e.g. linux does isn't that attractive either. Joerg