Hi, Update:
Add support for i386-ieee1275, i386-qemu and i386-coreboot, now the x86 platform is complete, you can build either one of it in Linux/OSX/Windows: Note: grub-mkfont doesn't compile in OSX, so you should add --disable-grub-mkfont, grub-emu could also cause problem in OSX/Windows, you can use --disable-grub-emu to disable it. Here are some information on how to compile them: i386-pc: (Linux/OSX/Windows) ./configure --with-platform=pc make . i386-efi: (Linux/OSX/Windows) ./configure --with-platform=efi make i386-ieee1275 (Linux/OSX/Windows) ./configure --with-platform=ieee1275 make i386-qemu (Linux/OSX/Windows) ./configure --with-platform=qemu make i386-coreboot (Linux/OSX/Windows) ./configure --with-platform=coreboot make x86_64-efi Linux: (needs gcc-multilib on 32-bit system) ./configure --with-platform=efi --target=x86_64 make OSX: ./configure --with-platform=efi --target=x86_64 make Windows: (needs mingw-w64) ./configure --with-platform=efi --target=x86_64-w64-mingw32 make -- Bean _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel