I wish to use a ready-made bootloader & known protocol. I ranked them by (uninformed) my preference:
- Limine bootloader + multiboot2 protocol
- Limine bootloader + limine protocol
- GRUB2 bootloader + multiboot2 protocol
Is the long mode loading incapability GRUB's shortcoming or multiboot2's? Can Limine load long mode kernels using multiboot2? I can't seem to understand by reading Limine's repo and the multiboot spec. Edit: Yes, I know the `architecture` field of the multiboot2 header specifies the values 0 and 4 or 32-bit i386 and MIPS, but this seems incredibly odd...
Thank you for your time

