From owner-freebsd-stable@FreeBSD.ORG Wed Sep 24 22:27:09 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 2404616A4B3 for ; Wed, 24 Sep 2003 22:27:09 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id ABD5B43FEA for ; Wed, 24 Sep 2003 22:27:07 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 8842 invoked by alias); 25 Sep 2003 05:57:55 -0000 Received: from lahaye@users.sourceforge.net with Spamsniper2.0 (Processed in 0.048881 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 25 Sep 2003 05:57:55 -0000 X-RCPTTO: freebsd-stable@freebsd.org, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id h8P5Q5LX082462 for ; Thu, 25 Sep 2003 14:26:06 +0900 Message-ID: <3F727CAB.7000708@users.sourceforge.net> Date: Thu, 25 Sep 2003 14:27:07 +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; format=flowed 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 05:27:09 -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.