From owner-freebsd-hackers Wed Oct 4 17:08:35 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA09777 for hackers-outgoing; Wed, 4 Oct 1995 17:08:35 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA09771 for ; Wed, 4 Oct 1995 17:08:29 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA00843; Wed, 4 Oct 1995 17:04:10 -0700 From: Terry Lambert Message-Id: <199510050004.RAA00843@phaeton.artisoft.com> Subject: Re: MBR/Win95/IDE (3 questions) To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Wed, 4 Oct 1995 17:04:10 -0700 (MST) Cc: terry@lambert.org, tony@thing.sunquest.com, hackers@FreeBSD.ORG In-Reply-To: <199510040821.RAA15913@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Oct 4, 95 05:51:24 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 743 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > > If you have an IDE disk and a SCSI disk, to boot FreeBSD from the SCSI > > disk if the IDE is the first in the INT 13 chain, you will have to hack > > both the boot loader and the files locore.s and autoconf.c (to set the > > ddevice numbers, since the DX register only supports 0x80 and 0x81 drive > > ID's) in /sys/i386/i386, then rebuild a kernel. > > Actually, it's a only the bootstrap loader that needs to be modified; last > time I did it it was a one-line fix in boot.c . I think that's only true if the SCSI is drive 2. Drive 3 and above requires kernel hacks for root mounting to work. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.