ea4097134f
* loader/i386/pc/multiboot.c (grub_multiboot_is_elf32): New function. (grub_multiboot_load_elf32): Likewise. (grub_multiboot_is_elf64): Likewise. (grub_multiboot_load_elf64): Likewise. (grub_multiboot_load_elf): Likewise. (grub_rescue_cmd_multiboot): Call grub_multiboot_load_elf to load an ELF32 or ELF64 file. This is based on a patch from Ruslan Nikolaev <nruslan@mail.com>. From Serbinenko Vladimir <serbinenko.vova@list.ru>: * kern/disk.c (grub_print_partinfo): Check if FS->LABEL is not NULL before calling FS->LABEL. * fs/fat.c (grub_fat_dir): Initialize DIRNAME to NULL. * commands/ls.c (grub_ls_list_files): Show labels, if possible. (grub_ls_list_disks): Check if FS and FS->LABEL are not NULL before calling FS->LABEL.
28 lines
1 KiB
Text
28 lines
1 KiB
Text
GRUB 2 would not be what it is today without the invaluable help of
|
|
everybody who was kind enough to spend time testing it and reporting
|
|
bugs.
|
|
|
|
The following people made especially gracious contributions of their
|
|
time and energy in helping to track down bugs, add new features, and
|
|
generally assist in the GRUB 2 maintainership process:
|
|
|
|
Guillem Jover <guillem@hadrons.org>
|
|
Jeroen Dekkers <jeroen@dekkers.cx>
|
|
Johan Rydberg <jrydberg@night.trouble.net>
|
|
Hollis Blanchard <hollis@penguinppc.org>
|
|
Marco Gerards <metgerards@student.han.nl>
|
|
NIIBE Yutaka <gniibe@m17n.org>
|
|
Robert Bihlmeyer <robbe@orcus.priv.at>
|
|
Ruslan Nikolaev <nruslan@mail.com>
|
|
Serbinenko Vladimir <serbinenko.vova@list.ru>
|
|
Timothy Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
|
|
Tomas Ebenlendr <ebik@ucw.cz>
|
|
Tsuneyoshi Yasuo <tuneyoshi@naic.co.jp>
|
|
Vincent Guffens <guffens@inma.ucl.ac.be>
|
|
Vincent Pelletier <subdino2004@yahoo.fr>
|
|
|
|
Also, we thank the projects GNU Automake and LZO. Some code
|
|
was stolen from them.
|
|
|
|
This project was supported by Information-technology Promotion Agency,
|
|
Japan.
|