From owner-freebsd-questions Sun May 20 17:15:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from core.usrlib.org (CC2-861.charter-stl.com [24.217.115.99]) by hub.freebsd.org (Postfix) with ESMTP id C0BE337B424 for ; Sun, 20 May 2001 17:15:31 -0700 (PDT) (envelope-from ajh3@core.usrlib.org) Received: by core.usrlib.org (Postfix, from userid 1001) id AE3FDA942; Sun, 20 May 2001 19:13:57 -0500 (CDT) Date: Sun, 20 May 2001 19:13:57 -0500 From: Andrew Hesford To: Bill Schoolcraft Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Recompile same kernel ? Message-ID: <20010520191357.A86448@core.usrlib.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bill@wiliweld.com on Sun, May 20, 2001 at 04:54:42PM -0700 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 20, 2001 at 04:54:42PM -0700, Bill Schoolcraft wrote: > Hello, > > I've recompiled a kernel to add a device and after I finished I > realized that I could have added another device for sound. > > (A) Can I just edit the (existing) NEWKERNEL to re-compile it or > do I have to delete any pre-existing directories/files created in > the prior compile of NEWKERNEL ? cd /sys/i386/conf vim NEWKERNEL config -r NEWKERNEL cd ../../compile/NEWKERNEL && make depend all install --OR-- cd /sys/i386/conf vim NEWKERNEL cd /usr/src && make kernel KERNCONF=NEWKERNEL Either will work just fine. -- Andrew Hesford ajh3@usrlib.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message