From owner-freebsd-hackers Thu Mar 23 0:21:59 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id 1E7A237BDF0 for ; Thu, 23 Mar 2000 00:21:54 -0800 (PST) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.9.3/8.9.3) with ESMTP id JAA27093; Thu, 23 Mar 2000 09:21:50 +0100 (CET) (envelope-from k@numeri.campus.luth.se) Message-Id: <200003230821.JAA27093@numeri.campus.luth.se> X-Mailer: exmh version 2.1.1 10/15/1999 To: Doug Barton Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Tiny GENERIC patch In-reply-to: Your message of "Wed, 22 Mar 2000 23:54:55 PST." <38D9CDCF.D52555F0@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 23 Mar 2000 09:21:50 +0100 From: Johan Karlsson Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Wed, 22 Mar 2000 23:54:55 PST, Doug Barton wrote: >This is a multi-part message in MIME format. >--------------3622A431323E0EE4E1387B6A >Content-Type: text/plain; charset=us-ascii >Content-Transfer-Encoding: 7bit > > I was doing some kernel debugging tonight and decided that I needed a >backup plan. Since I already had built my test kernel I thought the >attached would be a good idea. It has the added benefit of moving the >existing kernel.GENERIC to kernel.GENERIC.old in the 'make install' >step. Wording in the comment could probably be better... > >FWIW, > >Doug Before this is commited please have a look at the PR kern/17536 which addresses a similar thing. /Johan K >Index: GENERIC >=================================================================== >RCS file: /usr/ncvs/src/sys/i386/conf/GENERIC,v >retrieving revision 1.249 diff -u -r1.249 GENERIC >--- GENERIC 2000/03/21 17:00:58 1.249 >+++ GENERIC 2000/03/23 07:47:11 >@@ -26,6 +26,7 @@ > maxusers 32 > > #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols >+makeoptions KERNEL=kernel.GENERIC #Remove for building a custom kernel > > options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message