From owner-cvs-all Wed Sep 22 17: 3:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 3F75B14F90; Wed, 22 Sep 1999 17:03:04 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA24989; Thu, 23 Sep 1999 09:33:01 +0930 (CST) Date: Thu, 23 Sep 1999 09:33:00 +0930 From: Greg Lehey To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Building klds (was: cvs commit: src/sys/i386/include param.h src/sys/alpha/include param.h src/sys/conf options src/sys/i386/conf LINT) Message-ID: <19990923093300.W7337@freebie.lemis.com> References: <199909220548.WAA71309@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199909220548.WAA71309@freefall.freebsd.org>; from Matt Dillon on Tue, Sep 21, 1999 at 10:48:32PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tuesday, 21 September 1999 at 22:48:32 -0700, Matt Dillon wrote: > dillon 1999/09/21 22:48:32 PDT > > Modified files: > sys/i386/include param.h > sys/alpha/include param.h > sys/conf options > sys/i386/conf LINT > Log: > Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot > be set by a kernel conf option due to the struct buf structural > dependancy (sizing of b_pages[]) creating a conflict with modules > (which are not compiled with kernel config options overrides). This really points out a basic deficiency of the current build process: klds should be built along with the kernel, not along with userland, and they should have access to the kernel config files. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message