/[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.23 by okuji, Mon Mar 25 21:43:55 2002 UTC revision 1.24 by okuji, Tue Jun 11 16:36:54 2002 UTC
# Line 63  char *err_list[] = Line 63  char *err_list[] =
63    [ERR_BOOT_FAILURE] = "Unknown boot failure",    [ERR_BOOT_FAILURE] = "Unknown boot failure",
64    [ERR_BOOT_FEATURES] = "Unsupported Multiboot features requested",    [ERR_BOOT_FEATURES] = "Unsupported Multiboot features requested",
65    [ERR_DEV_FORMAT] = "Unrecognized device string",    [ERR_DEV_FORMAT] = "Unrecognized device string",
66      [ERR_DEV_NEED_INIT] = "Device not initialized yet",
67    [ERR_DEV_VALUES] = "Invalid device requested",    [ERR_DEV_VALUES] = "Invalid device requested",
68    [ERR_EXEC_FORMAT] = "Invalid or unsupported executable format",    [ERR_EXEC_FORMAT] = "Invalid or unsupported executable format",
69    [ERR_FILELENGTH] =    [ERR_FILELENGTH] =
# Line 73  char *err_list[] = Line 74  char *err_list[] =
74    [ERR_GEOM] = "Selected cylinder exceeds maximum supported by BIOS",    [ERR_GEOM] = "Selected cylinder exceeds maximum supported by BIOS",
75    [ERR_NEED_LX_KERNEL] = "Linux kernel must be loaded before initrd",    [ERR_NEED_LX_KERNEL] = "Linux kernel must be loaded before initrd",
76    [ERR_NEED_MB_KERNEL] = "Multiboot kernel must be loaded before modules",    [ERR_NEED_MB_KERNEL] = "Multiboot kernel must be loaded before modules",
   [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_DISK_SPACE] = "No spare sectors on the disk",    [ERR_NO_DISK_SPACE] = "No spare sectors on the disk",
79    [ERR_NO_PART] = "No such partition",    [ERR_NO_PART] = "No such partition",

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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