I'm working on my operating system on Mac OS X, and all is setup and running fine (well, as a side note, except for qemu's tendency to start without focus, which is a bit of a pain, if anyone has any idea

Anyways, I'm trying to move to 64 bits and want to have my kernel in an ELF64 file. My pre-installed grub legacy floppy image doesn't support ELF64, and I believe grub2 does. However, I can't get grub2 to install on my Mac. I did try installing it on my Linux laptop but I couldn't get a bootable image with ELF64 support.
I'll keep on trying, and I don't have any specific questions regarding how to create it yet, but I do have some questions:
- Does anyone know/have a working grub2 image with ELF64 support available? Floppy or harddrive doesn't matter.
- Does anyone know another multiboot boot loader that supports ELF64, because grub2 feels... painful to use... (I particularly liked about it complaining an argument wasn't specified even though it was, turned out it was ignoring all arguments at some point, I gave up trying to make sense of it, as I just want a stupid image so I can get on with development).
Thanks in advance!