Compile Grub2 in pure 64 bits ?

2007-11-02 Thread Ghotcom
Hello folks! I m trying to build Grub2 using a pure 64 bits compilation toolchain, and it doesn t seem to work; i m getting this error in 'configure' : neither start nor _start has been defined...(sort of). Does someone know what the problem here is about ? Any help apreciated. _

Re: Compile Grub2 in pure 64 bits ?

2007-11-02 Thread Ghotcom
Re, well, there isn t much more in config.log. anyhow, from what I understand I won t go anywhere with Grub and pure 64 bits ? So maybe I should just rebuild my toolchain with multilib support ? Regards 2007/11/2, Pavel Roskin <[EMAIL PROTECTED]>: > > > On Fri, 2007-11-02 at 14:34 +, Ghotcom

How to display more than 8 menu entries?

2007-11-02 Thread Markus Elfring
Hello, I get up to eight boot menu entries presented on the graphical user interface at the moment. But I need more options to select between the bootable systems. I do not see a command for the specification of a higher limit so far. http://www.gnu.org/software/grub/manual/html_node/Command_002dl

Re: [PATCH] Allow build without dirent.d_type, fix "ls (host)" crash

2007-11-02 Thread Christian Franke
Second version of the patch. It fixes another bug: missing fseek() in grub_hostfs_read(). Christian 2007-11-02 Christian Franke <[EMAIL PROTECTED]> * util/hostfs.c (is_dir): New function. (grub_hostfs_dir): Handle missing dirent.d_type case. (grub_hostfs_read): Add m

[PATCH] Fix grub-emu curses KEY_* mapping

2007-11-02 Thread Christian Franke
Curses function keys do not work in grub-emu, this patch fixes this in grub_ncurses_getkey(). Another approach would be to remove the scancode translation in grub_console_getkey(), and check for GRUB_CONSOLE_KEY_* in grub_cmdline_get() instead. The GRUB_CONSOLE_KEY_* definitions are already p