/[grub]/grub/stage2/common.c
ViewVC logotype

Diff of /grub/stage2/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by gord, Thu Aug 2 20:05:54 2001 UTC revision 1.18 by okuji, Sat Oct 13 12:02:30 2001 UTC
# Line 2  Line 2 
2  /*  /*
3   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
4   *  Copyright (C) 1996  Erich Boleyn  <erich@uruk.org>   *  Copyright (C) 1996  Erich Boleyn  <erich@uruk.org>
5   *  Copyright (C) 1999, 2000  Free Software Foundation, Inc.   *  Copyright (C) 1999, 2000, 2001  Free Software Foundation, Inc.
6   *   *
7   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
8   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 73  char *err_list[] = Line 73  char *err_list[] =
73    [ERR_GEOM] = "Selected cylinder exceeds maximum supported by BIOS",    [ERR_GEOM] = "Selected cylinder exceeds maximum supported by BIOS",
74    [ERR_NEED_LX_KERNEL] = "Linux kernel must be loaded before initrd",    [ERR_NEED_LX_KERNEL] = "Linux kernel must be loaded before initrd",
75    [ERR_NEED_MB_KERNEL] = "Multiboot kernel must be loaded before modules",    [ERR_NEED_MB_KERNEL] = "Multiboot kernel must be loaded before modules",
76      [ERR_NEED_SERIAL] = "Serial device not configured",
77    [ERR_NO_DISK] = "Selected disk does not exist",    [ERR_NO_DISK] = "Selected disk does not exist",
78    [ERR_NO_PART] = "No such partition",    [ERR_NO_PART] = "No such partition",
79    [ERR_NUMBER_PARSING] = "Error while parsing number",    [ERR_NUMBER_PARSING] = "Error while parsing number",

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26