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,
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
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
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
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