From owner-freebsd-hackers Mon Jan 27 09:56:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA16904 for hackers-outgoing; Mon, 27 Jan 1997 09:56:48 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA16887 for ; Mon, 27 Jan 1997 09:56:45 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA05784; Mon, 27 Jan 1997 10:39:04 -0700 From: Terry Lambert Message-Id: <199701271739.KAA05784@phaeton.artisoft.com> Subject: Re: fdisk headache To: joerg_wunsch@uriah.heep.sax.de Date: Mon, 27 Jan 1997 10:39:04 -0700 (MST) Cc: freebsd-hackers@freebsd.org In-Reply-To: from "J Wunsch" at Jan 27, 97 01:27:03 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > . Since the MBR is identical to the BSD bootstrap, there's no room for > > > things like `nextboot' after the MBR, and you can't replace the MBR > > > by fancy things like a boot selector. > > > This is evil. > > You consider it evil -- some (many?) others don't. See the first > sentence above: it's called ``dangerously'' dedicated mode. It's just > for those who want and love this way. Those who prefer fighting > against braindead 1024-cylinder or foobar megabyte limits are free to > do so, and we even do them the favour to make these struggles (i.e., > the DOS-compatible way) the default variant. "Fighting against the 1024 cylinder limit" is an irrelevant supposition. That limit is not present in LBA-aware MBR's, such as the OnTrack 7.x stuff which also happens to install a BIOS TSR that supplies the LBA BIOS entry points. The limit in that case, or in the case of native LBA support in the IDE controller BIOS, is the FreeBSD OS specific boot code. Again, removing the ability to install other OS's without reinstalling BSD is evil. I don't care if it's non-default or not. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.