From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 17:21:08 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5766316A4CE for ; Fri, 25 Feb 2005 17:21:08 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE01F43D46 for ; Fri, 25 Feb 2005 17:21:05 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so536649rnf for ; Fri, 25 Feb 2005 09:21:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=OT8+DIYYEiOXUta3GyEYao+2v+G3VqPIjv5IGBhTiPMdOi3Ms4n5imyZWI0CwxmVHc8+lAGVM2gLFvoGcOXAPZTBuB7X2Mx2vJcUggYJfffnLsB0n8+FIBiS1GktI9Y8Q3i50gcmGV7eogPiuY2GtwaZTEivsgY692Sr36yBORc= Received: by 10.39.2.48 with SMTP id e48mr111287rni; Fri, 25 Feb 2005 09:21:05 -0800 (PST) Received: by 10.38.209.12 with HTTP; Fri, 25 Feb 2005 09:21:05 -0800 (PST) Message-ID: <84dead7205022509212f5ba02c@mail.gmail.com> Date: Fri, 25 Feb 2005 17:21:05 +0000 From: Joseph Koshy To: Jay Shampur In-Reply-To: <6d2a982f05022508564ca521d7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6d2a982f05022507565bebcc50@mail.gmail.com> <20050225162401.GB13053@gargantuan.com> <6d2a982f050225083047197bc8@mail.gmail.com> <20050225163733.GC13053@gargantuan.com> <6d2a982f05022508564ca521d7@mail.gmail.com> cc: freebsd-current@freebsd.org Subject: Re: Kernel compile problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 17:21:08 -0000 > Thank you - if I understand the process, this is what I need to do? > > make buildworld > make installworld > > make buildkernel KERNCONF=GENERIC > make installkernel KERNCONF=GENERIC /usr/src/UPDATING is your friend. (look for the text after "COMMON ITEMS") Using config(8) alone (the traditional way) will generally work withing a -stable branch. The canonical (i.e., supported) way to upgrade a kernel or world is via the procedure spelled out in /usr/src/UPDATING. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy