From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 01:32:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7B516A4CE for ; Mon, 29 Nov 2004 01:32:28 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEA743D1F for ; Mon, 29 Nov 2004 01:32:27 +0000 (GMT) (envelope-from bsdguru@cox.net) Received: from beastie.cornpropst.net ([68.100.78.5]) by lakermmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP <20041129013225.VBLN14165.lakermmtao03.cox.net@beastie.cornpropst.net> for ; Sun, 28 Nov 2004 20:32:25 -0500 From: "Trevor S. Cornpropst" To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 20:32:26 -0500 User-Agent: KMail/1.7.1 References: <20041123110042.GA709@pcs28.suedfactoring.de> In-Reply-To: <20041123110042.GA709@pcs28.suedfactoring.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411282032.26448.bsdguru@cox.net> Subject: Re: Kernel with PAE does not build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:32:28 -0000 On Tuesday 23 November 2004 06:00 am, Axel S. Gruner wrote: > Hi, > > we have in our IBM x345 Server 4GB of RAM. So we need the option PAE in > our kernel. > But a buildkernel gave me: > > /usr/src/sys/dev/amd/amd.c: In function `amd_action': > /usr/src/sys/dev/amd/amd.c:466: warning: cast from pointer to integer of > different size > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/SFBACKUP. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > What could be the problem? > FreeBSD 5.3-STABLE. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" If you only have 4GB of RAM you should not need PAE. Make sure you have "makeoptions NO_MODULES=yes" in your kernel config file. Read /usr/src/sys/i386/conf/PAE Read "man pae" HTH, Trevor