From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 23 23:22:47 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DC328C4 for ; Fri, 23 Nov 2012 23:22:47 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.mail.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 5A1738FC13 for ; Fri, 23 Nov 2012 23:22:47 +0000 (UTC) Received: (qmail 19654 invoked by uid 0); 23 Nov 2012 23:16:05 -0000 Received: from 67.206.187.214 by rms-us002 with HTTP Content-Type: text/plain; charset="utf-8" Date: Fri, 23 Nov 2012 18:16:02 -0500 From: "Dieter BSD" Message-ID: <20121123231603.14360@gmx.com> MIME-Version: 1.0 Subject: Re: old style kernel configuration To: freebsd-hackers@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: 5GbCcPhk3zOlNR3dAHAhqwB+IGRvbwAF X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 23:22:47 -0000 Julian writes: > it is however a good way to get mismatching kernel and userland > but that's not what we are discussing. The method recommended on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html "# make buildkernel KERNCONF=MYKERNEL" is also a good way to get mismatching kernel and userland. Or any other way of building just the kernel rather than everything.