From owner-freebsd-hackers Wed Mar 22 23:54:58 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 132E137BE44 for ; Wed, 22 Mar 2000 23:54:56 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA87708 for ; Wed, 22 Mar 2000 23:54:55 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38D9CDCF.D52555F0@gorean.org> Date: Wed, 22 Mar 2000 23:54:55 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0322 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Tiny GENERIC patch Content-Type: multipart/mixed; boundary="------------3622A431323E0EE4E1387B6A" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 -- "So, the cows were part of a dream that dreamed itself into existence? Is that possible?" asked the student incredulously. The master simply replied, "Mu." --------------3622A431323E0EE4E1387B6A Content-Type: text/plain; charset=us-ascii; name="GENERIC.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="GENERIC.diff" 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 --------------3622A431323E0EE4E1387B6A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message