* Jeroen Dekkers <[EMAIL PROTECTED]> [070617 13:03]: > > Interesting would also be to boot pure 64bit kernels. I think some of > > the BSDs have their bootloader switch to 64bit long mode, so the kernel > > does not have to dot this anymore. Maybe grub could do the same thing. > > To enable long mode you have to enable paging and I don't think the > bootloader should be doing things like that. I also don't see any > problems with the OS enabling long mode.
Yes, enabling long mode is overly complex and was not well designed, imho. So I partly agree. We considered enabling long mode in LinuxBIOS a while ago, to avoid the same "old cruft" situation like with 16bit BIOS and 32bit OS. But you can not enable long mode without a huge amount of overhead (ie. paging), so it can only be done when the RAM controller is enabled and RAM is working. By that time accessing 64bit address space has already become a lot less interesting for the boot firmware. So the next place where it would make sense at all is in the bootloader. The problem might be that Grub2 locks out existing operating systems, if it does not support switching to long mode itself. I read rumours only, so I might be completely wrong. Is anyone booting non-Linux OSes like FreeBSD, NetBSD, OpenBSD, OpenSolaris, etc with GRUB2 yet? Stefan -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] • http://www.coresystems.de/ _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel