From owner-freebsd-stable@FreeBSD.ORG Wed Sep 24 23:34:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD7DD16A4B3 for ; Wed, 24 Sep 2003 23:34:29 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 4190243F85 for ; Wed, 24 Sep 2003 23:34:28 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 26954 invoked by alias); 25 Sep 2003 07:05:16 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.048507 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 25 Sep 2003 07:05:16 -0000 X-RCPTTO: freebsd-stable@freebsd.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id h8P6XQLX079006 for ; Thu, 25 Sep 2003 15:33:26 +0900 Message-ID: <3F728C71.3000706@snu.ac.kr> Date: Thu, 25 Sep 2003 15:34:25 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: How to generate and test GENERIC-STABLE kernel ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 06:34:29 -0000 Hi, I was wondering whether the GENERIC files (e.g. in /usr/src/sys/i386/conf/GENERIC) are also updated when I cvsup the source-tree for building a new world and kernel. Haven't seen any change to GENERIC so far. I suppose for testing the new upcoming release, we should also verify whether the GENERIC kernel works properly, shouldn't we? If yes, what's the proper way of doing that? Thanks, Rob.