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

Diff of /grub/stage2/builtins.c

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

revision 1.117 by okuji, Sun Dec 9 21:11:38 2001 UTC revision 1.118 by okuji, Tue Dec 11 07:49:16 2001 UTC
# Line 877  displayapm_func (char *arg, int flags) Line 877  displayapm_func (char *arg, int flags)
877  {  {
878    if (mbi.flags & MB_INFO_APM_TABLE)    if (mbi.flags & MB_INFO_APM_TABLE)
879      {      {
880        grub_printf ("APM BIOS information:        grub_printf ("APM BIOS information:\n"
881   Version:          0x%x                     " Version:          0x%x\n"
882   32-bit CS:        0x%x                     " 32-bit CS:        0x%x\n"
883   Offset:           0x%x                     " Offset:           0x%x\n"
884   16-bit CS:        0x%x                     " 16-bit CS:        0x%x\n"
885   16-bit DS:        0x%x                     " 16-bit DS:        0x%x\n"
886   32-bit CS length: 0x%x                     " 32-bit CS length: 0x%x\n"
887   16-bit CS length: 0x%x                     " 16-bit CS length: 0x%x\n"
888   16-bit DS length: 0x%x\n",                     " 16-bit DS length: 0x%x\n",
889                     (unsigned) apm_bios_info.version,                     (unsigned) apm_bios_info.version,
890                     (unsigned) apm_bios_info.cseg,                     (unsigned) apm_bios_info.cseg,
891                     apm_bios_info.offset,                     apm_bios_info.offset,

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

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