From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 22:23:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 912AC37B401; Thu, 14 Aug 2003 22:23:26 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C590343F93; Thu, 14 Aug 2003 22:23:25 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h7F5NKFL025049; Thu, 14 Aug 2003 23:23:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 14 Aug 2003 23:24:23 -0600 (MDT) Message-Id: <20030814.232423.54451456.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <3F3C6D22.8050305@freebsd.org> References: <20030814.223212.102654511.imp@bsdimp.com> <3F3C6D22.8050305@freebsd.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: lchen@briontech.com cc: current@freebsd.org Subject: Re: Change to kernel+modules build approach X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 05:23:26 -0000 In message: <3F3C6D22.8050305@freebsd.org> Scott Long writes: : I can tell you first hand that this is painful. However, in the case of : PAE, it's somewhat neccessary since certain fundamental types change : size. I can envision solutions for this, but I'm not sure if they are : less painful than just dealing with multiple module builds. Personally I think that pae should be its own port, much like pc98 is its own port, although much smaller in scope. It has a few, fundamental differences from the "stock" i386 port. Since the data type sizes are different with PAE there's no way around that. Warner