2003-11-17 18:07:09 +00:00
|
|
|
|
/*
|
2004-04-04 13:46:03 +00:00
|
|
|
|
* GRUB -- GRand Unified Bootloader
|
2008-01-15 11:49:22 +00:00
|
|
|
|
* Copyright (C) 2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
|
2003-11-17 18:07:09 +00:00
|
|
|
|
*
|
2007-07-21 23:32:33 +00:00
|
|
|
|
* GRUB is free software: you can redistribute it and/or modify
|
2003-11-17 18:07:09 +00:00
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
2007-07-21 23:32:33 +00:00
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
2003-11-17 18:07:09 +00:00
|
|
|
|
* (at your option) any later version.
|
|
|
|
|
*
|
2007-07-21 23:32:33 +00:00
|
|
|
|
* GRUB is distributed in the hope that it will be useful,
|
2003-11-17 18:07:09 +00:00
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2007-07-21 23:32:33 +00:00
|
|
|
|
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
2003-11-17 18:07:09 +00:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <sys/stat.h>
|
2008-01-15 11:49:22 +00:00
|
|
|
|
#include <getopt.h>
|
2003-11-17 18:07:09 +00:00
|
|
|
|
#include <string.h>
|
2005-02-15 00:07:01 +00:00
|
|
|
|
#include <signal.h>
|
2005-08-14 19:36:55 +00:00
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <unistd.h>
|
2003-11-17 18:07:09 +00:00
|
|
|
|
|
2004-04-04 13:46:03 +00:00
|
|
|
|
#include <grub/mm.h>
|
|
|
|
|
#include <grub/setjmp.h>
|
|
|
|
|
#include <grub/fs.h>
|
2007-05-16 15:19:38 +00:00
|
|
|
|
#include <grub/util/biosdisk.h>
|
2004-04-04 13:46:03 +00:00
|
|
|
|
#include <grub/dl.h>
|
2005-08-06 15:50:07 +00:00
|
|
|
|
#include <grub/machine/console.h>
|
2004-04-04 13:46:03 +00:00
|
|
|
|
#include <grub/util/misc.h>
|
|
|
|
|
#include <grub/kernel.h>
|
|
|
|
|
#include <grub/normal.h>
|
|
|
|
|
#include <grub/util/getroot.h>
|
|
|
|
|
#include <grub/env.h>
|
2004-12-04 Marco Gerards <metgerards@student.han.nl>
Modulize the partition map support and add support for the amiga
partition map.
* commands/ls.c: Include <grub/partition.h> instead of
<grub/machine/partition.h>.
* kern/disk.c: Likewise.
* kern/rescue.c: Likewise.
* loader/i386/pc/chainloader.c: Likewise.
* normal/cmdline.c: Likewise.
* kern/powerpc/ieee1275/init.c: Likewise.
(grub_machine_init): Call `grub_pc_partition_map_init',
`grub_amiga_partition_map_init' and
`grub_apple_partition_map_init'.
* conf/i386-pc.rmk (kernel_img_SOURCES): Remove
`disk/i386/pc/partition.c'. Add `kern/partition.c'.
(kernel_img_HEADERS): Remove `machine/partition.h'. Add
`partition.h' and `pc_partition.h'.
(grub_setup_SOURCES): Remove
`disk/i386/pc/partition.c'. Add `kern/partition.c',
`partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
(grub_emu_SOURCES): Likewise.
(pkgdata_MODULES): Add `amiga.mod', `apple.mod' and `pc.mod'.
(amiga_mod_SOURCES, amiga_mod_CFLAGS, apple_mod_SOURCES)
(apple_mod_CFLAGS, pc_mod_SOURCES, pc_mod_CFLAGS): New variables.
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
`disk/powerpc/ieee1275/partition.c'. Add `kern/partition.c',
`partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
(grubof_SOURCES): Likewise.
* disk/i386/pc/partition.c: File removed.
* disk/powerpc/ieee1275/partition.c: Likewise.
* include/grub/powerpc/ieee1275/partition.h: Likewise.
* include/grub/i386/pc/partition.h: Likewise.
* kern/partition.c: New file.
* partmap/amiga.c: Likewise.
* partmap/apple.c: Likewise.
* partmap/pc.c: Likewise.
* include/grub/partition.h: Likewise..
* include/grub/pc_partition.h: Likewise.
* util/grub-emu.c: Include <grub/partition.h> instead of
<grub/machine/partition.h>.
(main): Call `grub_pc_partition_map_init',
`grub_amiga_partition_map_init' and
`grub_apple_partition_map_init' and deinitialize afterwards.
* util/i386/pc/biosdisk.c: Include `#include
<grub/partition.h>' and `include <grub/pc_partition.h>' instead of
`<grub/machine/partition.h>'.
* util/i386/pc/grub-setup.c: Likewise.
* util/i386/pc/biosdisk.c: Likewise.
(grub_util_biosdisk_get_grub_dev): Only access the PC specific
partition information in case of a PC partition.
* util/i386/pc/grub-setup.c: Include `#include
<grub/partition.h>' and `include <grub/pc_partition.h>' instead of
`<grub/machine/partition.h>'.
(setup): Only access the PC specific partition information in case
of a PC partition.
2004-12-04 18:45:46 +00:00
|
|
|
|
#include <grub/partition.h>
|
2003-11-17 18:07:09 +00:00
|
|
|
|
|
2007-07-22 19:17:27 +00:00
|
|
|
|
#include <grub_emu_init.h>
|
2005-11-13 Marco Gerards <mgerards@xs4all.nl>
* geninit.sh: New file.
* geninitheader.sh: Likewise.
* commands/boot.c (grub_boot_init, grub_boot_fini): Removed.
* commands/cat.c (grub_cat_init, grub_cat_fini): Likewise.
* commands/cmp.c (grub_cmp_init, grub_cmp_fini): Likewise.
* commands/configfile.c (grub_configfile_init)
(grub_configfile_fini): Likewise.
* commands/default.c (grub_default_init, grub_default_fini):
Likewise.
* commands/help.c (grub_help_init, grub_help_fini): Likewise.
* commands/ls.c (grub_ls_init, grub_ls_fini): Likewise.
* commands/search.c (grub_search_init, grub_search_fini): Likewise.
* commands/terminal.c (grub_terminal_init, grub_terminal_fini):
Likewise.
* commands/test.c (grub_test_init, grub_test_fini): Likewise.
* commands/timeout.c (grub_timeout_init, grub_timeout_fini):
Likewise.
* commands/i386/pc/halt.c (grub_halt_init, grub_halt_fini): Likewise.
* commands/iee1275/halt.c (grub_halt_init, grub_halt_fini):
Likewise.
* commands/i386/pc/reboot.c (grub_reboot_init, grub_reboot_fini):
Likewise.
* commands/iee1275/reboot.c (grub_reboot_init, grub_reboot_fini):
Likewise.
* disk/loopback.c (grub_loop_init, grub_loop_fini): Likewise.
* fs/affs.c (grub_affs_init, grub_affs_fini): Likewise.
* fs/ext2.c (grub_ext2_init, grub_ext2_fini): Likewise.
* fs/fat.c (grub_fat_init, grub_fat_fini): Likewise.
* fs/hfs.c (grub_hfs_init, grub_hfs_fini): Likewise.
* fs/iso9660.c (grub_iso9660_init, grub_iso9660_fini): Likewise.
* fs/jfs.c (grub_jfs_init, grub_jfs_fini): Likewise.
* fs/minix.c (grub_minix_init, grub_minix_fini): Likewise.
* fs/sfs.c (grub_sfs_init, grub_sfs_fini): Likewise.
* fs/ufs.c (grub_ufs_init, grub_ufs_fini): Likewise.
* fs/xfs.c (grub_xfs_init, grub_xfs_fini): Likewise.
* normal/main.c (grub_normal_init, grub_normal_fini): Likewise.
* partmap/amiga.c (grub_amiga_partition_map_init)
(grub_amiga_partition_map_fini): Likewise.
* partmap/apple.c (grub_apple_partition_map_init)
(grub_apple_partition_map_fini): Likewise.
* partmap/pc.c (grub_pc_partition_map_init)
(grub_pc_partition_map_fini): Likewise.
* partmap/sun.c (grub_sun_partition_map_init,
grub_sun_partition_map_fini): Likewise.
* term/terminfo.c (grub_terminal_init, grub_terminal_fini):
Likewise.
* util/grub-emu.c: Include <grub_modules_init.h>.
(main): Don't initialize and de-initialize any modules directly,
use `grub_init_all' and `grub_fini_all' instead.
* term/i386/pc/vesafb.c (grub_vesafb_init): Renamed to
`grub_vesafb_mod_init'.
(grub_vesafb_fini): Renamed to `grub_vesafb_mod_fini'. Updated
all users.
* term/i386/pc/vga.c (grub_vga_init): Renamed to
`grub_vga_mod_init'. Updated all users.
(grub_vga_fini): Renamed to `grub_vga_mod_fini'.
* conf/i386-pc.rmk (grub_emu_SOURCES): Add `grub_emu_init.c'.
(grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c): New
rules.
* include/grub/dl.h (GRUB_MOD_INIT): Add argument `name'.
Generate a function to initialize the module in utilities.
Updated all callers.
(GRUB_MOD_FINI): Add argument `name'. Generate a function to
initialize the module in utilities. Updated all callers.
2005-11-13 15:47:09 +00:00
|
|
|
|
|
2005-02-15 00:07:01 +00:00
|
|
|
|
/* Used for going back to the main function. */
|
|
|
|
|
jmp_buf main_env;
|
|
|
|
|
|
2006-04-26 21:58:36 +00:00
|
|
|
|
/* Store the prefix specified by an argument. */
|
|
|
|
|
static char *prefix = 0;
|
|
|
|
|
|
2005-01-04 14:01:45 +00:00
|
|
|
|
grub_addr_t
|
|
|
|
|
grub_arch_modules_addr (void)
|
|
|
|
|
{
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2003-11-17 18:07:09 +00:00
|
|
|
|
|
2005-02-14 18:41:33 +00:00
|
|
|
|
grub_err_t
|
|
|
|
|
grub_arch_dl_check_header (void *ehdr)
|
2003-11-17 18:07:09 +00:00
|
|
|
|
{
|
|
|
|
|
(void) ehdr;
|
|
|
|
|
|
2004-04-04 13:46:03 +00:00
|
|
|
|
return GRUB_ERR_BAD_MODULE;
|
2003-11-17 18:07:09 +00:00
|
|
|
|
}
|
|
|
|
|
|
2004-04-04 13:46:03 +00:00
|
|
|
|
grub_err_t
|
|
|
|
|
grub_arch_dl_relocate_symbols (grub_dl_t mod, void *ehdr)
|
2003-11-17 18:07:09 +00:00
|
|
|
|
{
|
|
|
|
|
(void) mod;
|
|
|
|
|
(void) ehdr;
|
|
|
|
|
|
2004-04-04 13:46:03 +00:00
|
|
|
|
return GRUB_ERR_BAD_MODULE;
|
2003-11-17 18:07:09 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
2004-04-04 13:46:03 +00:00
|
|
|
|
grub_machine_init (void)
|
2003-11-17 18:07:09 +00:00
|
|
|
|
{
|
2005-02-15 00:07:01 +00:00
|
|
|
|
signal (SIGINT, SIG_IGN);
|
2004-04-04 13:46:03 +00:00
|
|
|
|
grub_console_init ();
|
2003-11-17 18:07:09 +00:00
|
|
|
|
}
|
2005-02-15 00:07:01 +00:00
|
|
|
|
|
2006-04-26 21:58:36 +00:00
|
|
|
|
void
|
|
|
|
|
grub_machine_set_prefix (void)
|
|
|
|
|
{
|
|
|
|
|
grub_env_set ("prefix", prefix);
|
|
|
|
|
free (prefix);
|
|
|
|
|
prefix = 0;
|
|
|
|
|
}
|
|
|
|
|
|
2005-02-15 00:07:01 +00:00
|
|
|
|
void
|
|
|
|
|
grub_machine_fini (void)
|
|
|
|
|
{
|
|
|
|
|
grub_console_fini ();
|
|
|
|
|
}
|
2003-11-17 18:07:09 +00:00
|
|
|
|
|
|
|
|
|
|
2008-01-15 11:49:22 +00:00
|
|
|
|
static struct option options[] =
|
|
|
|
|
{
|
|
|
|
|
{"root-device", required_argument, 0, 'r'},
|
|
|
|
|
{"device-map", required_argument, 0, 'm'},
|
|
|
|
|
{"directory", required_argument, 0, 'd'},
|
|
|
|
|
{"hold", optional_argument, 0, 'H'},
|
|
|
|
|
{"help", no_argument, 0, 'h'},
|
|
|
|
|
{"version", no_argument, 0, 'V'},
|
|
|
|
|
{"verbose", no_argument, 0, 'v'},
|
|
|
|
|
{ 0, 0, 0, 0 }
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
usage (int status)
|
2003-11-17 18:07:09 +00:00
|
|
|
|
{
|
2008-01-15 11:49:22 +00:00
|
|
|
|
if (status)
|
|
|
|
|
fprintf (stderr,
|
|
|
|
|
"Try ``grub-emu --help'' for more information.\n");
|
|
|
|
|
else
|
|
|
|
|
printf (
|
|
|
|
|
"Usage: grub-emu [OPTION]...\n"
|
|
|
|
|
"\n"
|
|
|
|
|
"GRUB emulator.\n"
|
|
|
|
|
"\n"
|
|
|
|
|
" -r, --root-device=DEV use DEV as the root device [default=guessed]\n"
|
|
|
|
|
" -m, --device-map=FILE use FILE as the device map [default=%s]\n"
|
|
|
|
|
" -d, --directory=DIR use GRUB files in the directory DIR [default=%s]\n"
|
|
|
|
|
" -v, --verbose print verbose messages\n"
|
|
|
|
|
" -H, --hold[=SECONDS] wait until a debugger will attach\n"
|
|
|
|
|
" -h, --help display this message and exit\n"
|
|
|
|
|
" -V, --version print version information and exit\n"
|
|
|
|
|
"\n"
|
|
|
|
|
"Report bugs to <%s>.\n", DEFAULT_DEVICE_MAP, DEFAULT_DIRECTORY, PACKAGE_BUGREPORT);
|
|
|
|
|
return status;
|
2003-11-17 18:07:09 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main (int argc, char *argv[])
|
|
|
|
|
{
|
2008-01-15 11:49:22 +00:00
|
|
|
|
char *root_dev = 0;
|
|
|
|
|
char *dir = DEFAULT_DIRECTORY;
|
|
|
|
|
char *dev_map = DEFAULT_DEVICE_MAP;
|
|
|
|
|
volatile int hold = 0;
|
|
|
|
|
int opt;
|
2005-01-20 17:25:39 +00:00
|
|
|
|
|
|
|
|
|
progname = "grub-emu";
|
2008-01-15 11:49:22 +00:00
|
|
|
|
|
|
|
|
|
while ((opt = getopt_long (argc, argv, "r:d:m:vH:hV", options, 0)) != -1)
|
|
|
|
|
switch (opt)
|
|
|
|
|
{
|
|
|
|
|
case 'r':
|
|
|
|
|
root_dev = optarg;
|
|
|
|
|
break;
|
|
|
|
|
case 'd':
|
|
|
|
|
dir = optarg;
|
|
|
|
|
break;
|
|
|
|
|
case 'm':
|
|
|
|
|
dev_map = optarg;
|
|
|
|
|
break;
|
|
|
|
|
case 'v':
|
|
|
|
|
verbosity++;
|
|
|
|
|
break;
|
|
|
|
|
case 'H':
|
|
|
|
|
hold = (optarg ? atoi (optarg) : -1);
|
|
|
|
|
break;
|
|
|
|
|
case 'h':
|
|
|
|
|
return usage (0);
|
|
|
|
|
case 'V':
|
|
|
|
|
printf ("%s (%s) %s\n", progname, PACKAGE_NAME, PACKAGE_VERSION);
|
|
|
|
|
return 0;
|
|
|
|
|
default:
|
|
|
|
|
return usage (1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (optind < argc)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Unknown extra argument `%s'.\n", argv[optind]);
|
|
|
|
|
return usage (1);
|
|
|
|
|
}
|
2003-11-17 18:07:09 +00:00
|
|
|
|
|
2005-08-14 19:36:55 +00:00
|
|
|
|
/* Wait until the ARGS.HOLD variable is cleared by an attached debugger. */
|
2008-01-15 11:49:22 +00:00
|
|
|
|
if (hold && verbosity > 0)
|
2005-08-14 19:36:55 +00:00
|
|
|
|
printf ("Run \"gdb %s %d\", and set ARGS.HOLD to zero.\n",
|
|
|
|
|
progname, (int) getpid ());
|
2008-01-15 11:49:22 +00:00
|
|
|
|
while (hold)
|
2005-08-14 19:36:55 +00:00
|
|
|
|
{
|
2008-01-15 11:49:22 +00:00
|
|
|
|
if (hold > 0)
|
|
|
|
|
hold--;
|
2005-08-14 19:36:55 +00:00
|
|
|
|
|
|
|
|
|
sleep (1);
|
|
|
|
|
}
|
|
|
|
|
|
2007-04-30 22:22:24 +00:00
|
|
|
|
/* XXX: This is a bit unportable. */
|
2008-01-15 11:49:22 +00:00
|
|
|
|
grub_util_biosdisk_init (dev_map);
|
2007-04-30 22:22:24 +00:00
|
|
|
|
|
2007-08-02 17:24:06 +00:00
|
|
|
|
grub_hostfs_init ();
|
|
|
|
|
|
2007-04-30 22:22:24 +00:00
|
|
|
|
grub_init_all ();
|
|
|
|
|
|
2005-02-15 00:07:01 +00:00
|
|
|
|
/* Make sure that there is a root device. */
|
2008-01-15 11:49:22 +00:00
|
|
|
|
if (! root_dev)
|
2003-11-17 18:07:09 +00:00
|
|
|
|
{
|
2008-01-15 11:49:22 +00:00
|
|
|
|
char *device_name = grub_guess_root_device (dir);
|
2007-07-02 20:38:01 +00:00
|
|
|
|
if (! device_name)
|
2008-01-15 11:49:22 +00:00
|
|
|
|
grub_util_error ("cannot find a device for %s.\n", dir);
|
2007-07-02 20:38:01 +00:00
|
|
|
|
|
2008-01-15 11:49:22 +00:00
|
|
|
|
root_dev = grub_util_get_grub_dev (device_name);
|
|
|
|
|
if (! root_dev)
|
2003-11-17 18:07:09 +00:00
|
|
|
|
{
|
2004-04-04 13:46:03 +00:00
|
|
|
|
grub_util_info ("guessing the root device failed, because of `%s'",
|
|
|
|
|
grub_errmsg);
|
|
|
|
|
grub_util_error ("Cannot guess the root device. Specify the option ``--root-device''.");
|
2003-11-17 18:07:09 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2008-01-15 11:49:22 +00:00
|
|
|
|
dir = grub_get_prefix (dir);
|
|
|
|
|
prefix = xmalloc (strlen (root_dev) + 2 + strlen (dir) + 1);
|
|
|
|
|
sprintf (prefix, "(%s)%s", root_dev, dir);
|
2006-04-26 21:58:36 +00:00
|
|
|
|
free (dir);
|
2003-11-17 18:07:09 +00:00
|
|
|
|
|
2004-04-04 13:46:03 +00:00
|
|
|
|
/* Start GRUB! */
|
2005-02-15 00:07:01 +00:00
|
|
|
|
if (setjmp (main_env) == 0)
|
|
|
|
|
grub_main ();
|
2004-04-04 13:46:03 +00:00
|
|
|
|
|
2005-11-13 Marco Gerards <mgerards@xs4all.nl>
* geninit.sh: New file.
* geninitheader.sh: Likewise.
* commands/boot.c (grub_boot_init, grub_boot_fini): Removed.
* commands/cat.c (grub_cat_init, grub_cat_fini): Likewise.
* commands/cmp.c (grub_cmp_init, grub_cmp_fini): Likewise.
* commands/configfile.c (grub_configfile_init)
(grub_configfile_fini): Likewise.
* commands/default.c (grub_default_init, grub_default_fini):
Likewise.
* commands/help.c (grub_help_init, grub_help_fini): Likewise.
* commands/ls.c (grub_ls_init, grub_ls_fini): Likewise.
* commands/search.c (grub_search_init, grub_search_fini): Likewise.
* commands/terminal.c (grub_terminal_init, grub_terminal_fini):
Likewise.
* commands/test.c (grub_test_init, grub_test_fini): Likewise.
* commands/timeout.c (grub_timeout_init, grub_timeout_fini):
Likewise.
* commands/i386/pc/halt.c (grub_halt_init, grub_halt_fini): Likewise.
* commands/iee1275/halt.c (grub_halt_init, grub_halt_fini):
Likewise.
* commands/i386/pc/reboot.c (grub_reboot_init, grub_reboot_fini):
Likewise.
* commands/iee1275/reboot.c (grub_reboot_init, grub_reboot_fini):
Likewise.
* disk/loopback.c (grub_loop_init, grub_loop_fini): Likewise.
* fs/affs.c (grub_affs_init, grub_affs_fini): Likewise.
* fs/ext2.c (grub_ext2_init, grub_ext2_fini): Likewise.
* fs/fat.c (grub_fat_init, grub_fat_fini): Likewise.
* fs/hfs.c (grub_hfs_init, grub_hfs_fini): Likewise.
* fs/iso9660.c (grub_iso9660_init, grub_iso9660_fini): Likewise.
* fs/jfs.c (grub_jfs_init, grub_jfs_fini): Likewise.
* fs/minix.c (grub_minix_init, grub_minix_fini): Likewise.
* fs/sfs.c (grub_sfs_init, grub_sfs_fini): Likewise.
* fs/ufs.c (grub_ufs_init, grub_ufs_fini): Likewise.
* fs/xfs.c (grub_xfs_init, grub_xfs_fini): Likewise.
* normal/main.c (grub_normal_init, grub_normal_fini): Likewise.
* partmap/amiga.c (grub_amiga_partition_map_init)
(grub_amiga_partition_map_fini): Likewise.
* partmap/apple.c (grub_apple_partition_map_init)
(grub_apple_partition_map_fini): Likewise.
* partmap/pc.c (grub_pc_partition_map_init)
(grub_pc_partition_map_fini): Likewise.
* partmap/sun.c (grub_sun_partition_map_init,
grub_sun_partition_map_fini): Likewise.
* term/terminfo.c (grub_terminal_init, grub_terminal_fini):
Likewise.
* util/grub-emu.c: Include <grub_modules_init.h>.
(main): Don't initialize and de-initialize any modules directly,
use `grub_init_all' and `grub_fini_all' instead.
* term/i386/pc/vesafb.c (grub_vesafb_init): Renamed to
`grub_vesafb_mod_init'.
(grub_vesafb_fini): Renamed to `grub_vesafb_mod_fini'. Updated
all users.
* term/i386/pc/vga.c (grub_vga_init): Renamed to
`grub_vga_mod_init'. Updated all users.
(grub_vga_fini): Renamed to `grub_vga_mod_fini'.
* conf/i386-pc.rmk (grub_emu_SOURCES): Add `grub_emu_init.c'.
(grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c): New
rules.
* include/grub/dl.h (GRUB_MOD_INIT): Add argument `name'.
Generate a function to initialize the module in utilities.
Updated all callers.
(GRUB_MOD_FINI): Add argument `name'. Generate a function to
initialize the module in utilities. Updated all callers.
2005-11-13 15:47:09 +00:00
|
|
|
|
grub_fini_all ();
|
2005-02-15 00:07:01 +00:00
|
|
|
|
|
2007-08-02 17:24:06 +00:00
|
|
|
|
grub_hostfs_fini ();
|
|
|
|
|
|
2005-02-15 00:07:01 +00:00
|
|
|
|
grub_machine_fini ();
|
2004-12-04 Marco Gerards <metgerards@student.han.nl>
Modulize the partition map support and add support for the amiga
partition map.
* commands/ls.c: Include <grub/partition.h> instead of
<grub/machine/partition.h>.
* kern/disk.c: Likewise.
* kern/rescue.c: Likewise.
* loader/i386/pc/chainloader.c: Likewise.
* normal/cmdline.c: Likewise.
* kern/powerpc/ieee1275/init.c: Likewise.
(grub_machine_init): Call `grub_pc_partition_map_init',
`grub_amiga_partition_map_init' and
`grub_apple_partition_map_init'.
* conf/i386-pc.rmk (kernel_img_SOURCES): Remove
`disk/i386/pc/partition.c'. Add `kern/partition.c'.
(kernel_img_HEADERS): Remove `machine/partition.h'. Add
`partition.h' and `pc_partition.h'.
(grub_setup_SOURCES): Remove
`disk/i386/pc/partition.c'. Add `kern/partition.c',
`partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
(grub_emu_SOURCES): Likewise.
(pkgdata_MODULES): Add `amiga.mod', `apple.mod' and `pc.mod'.
(amiga_mod_SOURCES, amiga_mod_CFLAGS, apple_mod_SOURCES)
(apple_mod_CFLAGS, pc_mod_SOURCES, pc_mod_CFLAGS): New variables.
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
`disk/powerpc/ieee1275/partition.c'. Add `kern/partition.c',
`partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
(grubof_SOURCES): Likewise.
* disk/i386/pc/partition.c: File removed.
* disk/powerpc/ieee1275/partition.c: Likewise.
* include/grub/powerpc/ieee1275/partition.h: Likewise.
* include/grub/i386/pc/partition.h: Likewise.
* kern/partition.c: New file.
* partmap/amiga.c: Likewise.
* partmap/apple.c: Likewise.
* partmap/pc.c: Likewise.
* include/grub/partition.h: Likewise..
* include/grub/pc_partition.h: Likewise.
* util/grub-emu.c: Include <grub/partition.h> instead of
<grub/machine/partition.h>.
(main): Call `grub_pc_partition_map_init',
`grub_amiga_partition_map_init' and
`grub_apple_partition_map_init' and deinitialize afterwards.
* util/i386/pc/biosdisk.c: Include `#include
<grub/partition.h>' and `include <grub/pc_partition.h>' instead of
`<grub/machine/partition.h>'.
* util/i386/pc/grub-setup.c: Likewise.
* util/i386/pc/biosdisk.c: Likewise.
(grub_util_biosdisk_get_grub_dev): Only access the PC specific
partition information in case of a PC partition.
* util/i386/pc/grub-setup.c: Include `#include
<grub/partition.h>' and `include <grub/pc_partition.h>' instead of
`<grub/machine/partition.h>'.
(setup): Only access the PC specific partition information in case
of a PC partition.
2004-12-04 18:45:46 +00:00
|
|
|
|
|
2003-11-17 18:07:09 +00:00
|
|
|
|
return 0;
|
|
|
|
|
}
|