Add an additional warning that a "dangerously dedicated" disk cannot have

a boot selector in sector 0.

Closes PR # conf/963: Using the...

Submitted by:	muir@idiom.com (David Muir Sharnoff)
This commit is contained in:
Joerg Wunsch 1996-01-23 21:05:22 +00:00
parent aacfda3486
commit 74f1d2b4d5
3 changed files with 12 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.33 1995/12/07 10:33:39 peter Exp $
* $Id: disks.c,v 1.34 1995/12/11 16:32:31 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -329,7 +329,9 @@ diskPartition(Device *dev, Disk *d)
"uncooperative with other potential operating systems on the\n"
"same disk. It will lead instead to a totally dedicated disk,\n"
"starting at the very first sector, bypassing all BIOS geometry\n"
"considerations.\n"
"considerations. This precludes the existance of any boot\n"
"manager or other stuff in sector 0, since the BSD bootstrap\n"
"will live there.\n"
"You will run into serious trouble with ST-506 and ESDI drives\n"
"and possibly some IDE drives (e.g. drives running under the\n"
"control of sort of disk manager). SCSI drives are considerably\n"

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.33 1995/12/07 10:33:39 peter Exp $
* $Id: disks.c,v 1.34 1995/12/11 16:32:31 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -329,7 +329,9 @@ diskPartition(Device *dev, Disk *d)
"uncooperative with other potential operating systems on the\n"
"same disk. It will lead instead to a totally dedicated disk,\n"
"starting at the very first sector, bypassing all BIOS geometry\n"
"considerations.\n"
"considerations. This precludes the existance of any boot\n"
"manager or other stuff in sector 0, since the BSD bootstrap\n"
"will live there.\n"
"You will run into serious trouble with ST-506 and ESDI drives\n"
"and possibly some IDE drives (e.g. drives running under the\n"
"control of sort of disk manager). SCSI drives are considerably\n"

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.33 1995/12/07 10:33:39 peter Exp $
* $Id: disks.c,v 1.34 1995/12/11 16:32:31 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -329,7 +329,9 @@ diskPartition(Device *dev, Disk *d)
"uncooperative with other potential operating systems on the\n"
"same disk. It will lead instead to a totally dedicated disk,\n"
"starting at the very first sector, bypassing all BIOS geometry\n"
"considerations.\n"
"considerations. This precludes the existance of any boot\n"
"manager or other stuff in sector 0, since the BSD bootstrap\n"
"will live there.\n"
"You will run into serious trouble with ST-506 and ESDI drives\n"
"and possibly some IDE drives (e.g. drives running under the\n"
"control of sort of disk manager). SCSI drives are considerably\n"