Date: Sun, 28 Nov 2004 20:32:26 -0500 From: "Trevor S. Cornpropst" <bsdguru@cox.net> To: freebsd-questions@freebsd.org Subject: Re: Kernel with PAE does not build Message-ID: <200411282032.26448.bsdguru@cox.net> In-Reply-To: <20041123110042.GA709@pcs28.suedfactoring.de> References: <20041123110042.GA709@pcs28.suedfactoring.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411282032.26448.bsdguru>