From owner-freebsd-commit Sat Sep 30 12:03:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA12091 for freebsd-commit-outgoing; Sat, 30 Sep 1995 12:03:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA12070 for cvs-all-outgoing; Sat, 30 Sep 1995 12:03:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA12060 for cvs-sys-outgoing; Sat, 30 Sep 1995 12:03:34 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA12054 ; Sat, 30 Sep 1995 12:03:28 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id MAA21046; Sat, 30 Sep 1995 12:03:24 -0700 To: "Justin T. Gibbs" cc: paul@netcraft.co.uk, bde@zeta.org.au (Bruce Evans), davidg@freefall.FreeBSD.org, CVS-commiters@freefall.FreeBSD.org, cvs-sys@freefall.FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa wd.c In-reply-to: Your message of "Sat, 30 Sep 1995 11:29:00 PDT." <199509301829.LAA29846@aslan.cdrom.com> Date: Sat, 30 Sep 1995 12:03:23 -0700 Message-ID: <21044.812487803@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.org Precedence: bulk > Are you making the kernel into a separate distribution so that the > installed kernel has ATAPI support in it for those who boot with the > ide_cdboot.flp? I was simply going to generate another kernel which would both be on the bindist and used to generate the ide_cdboot.flp image. I'll hack sysinstall in some way so that it knows to link /kernel to /kernel.IDECDGENERIC instead of /kernel.GENERIC in the ide_cdboot.flp case. Jordan