Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 1995 03:08:24 -0700
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-commiters, cvs-user
Subject:   cvs commit: src/release/sysinstall disks.c
Message-ID:  <199506071008.DAA12989@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
jkh         95/06/07 03:08:23

  Modified:    release/sysinstall  disks.c
  Log:
  Added:
  
      if ((!d->bios_cyl || d->bios_cyl > 65536) || (!d->bios_hd || d->bios_hd > 2\
  56) || (!d->bios_sect || d->bios_sect >= 64))
          msgConfirm("WARNING:  The detected geometry is incorrect!  Please adjus\
  t it to\nthe correct values manually with the (G)eometry command.  If you are\n\
  unsure about the correct geometry (which may be \"translated\"), please\nconsul\
  t the Hardware Guide in the Documentation submenu.");
  
  This look right, Bruce & Poul?  Anything to save us a few questions..



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506071008.DAA12989>