From owner-freebsd-questions@FreeBSD.ORG Tue Apr 24 18:44:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 440C416A40E for ; Tue, 24 Apr 2007 18:44:06 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id CBA4213C483 for ; Tue, 24 Apr 2007 18:44:05 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1621334pyh for ; Tue, 24 Apr 2007 11:44:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M5Qw95Y0WIqy6JqKngwuhSZs69K1gJqogjL5voraIa2WMenlH8Zml/8Evy5HoEX2QaxIB4QjV++Dud+AM1krKtobTYIWAJ75uUqyqp83hy+0NhZAbsWl8AZ16njgV6T7IX9QGyZPKyZuRPzyn3EgyEussbK5gca6Sr3gdlhoVu4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KOyctz1UTiCbY43X2Ww9gykapAMNahc2iegUVo1YN2iBq0qNz2mYN7DrNAdraDlpvKE9tau07Io/C7iHXkdfaiZk5xfL6rPzMnJ6eGGffxL3eS1Y/fAd2jaqQmSRorwkVHsXVP5i/TjSUduGdtJn3NLdfuIt9+raI3+E23/OLKA= Received: by 10.65.150.18 with SMTP id c18mr1563135qbo.1177440245028; Tue, 24 Apr 2007 11:44:05 -0700 (PDT) Received: by 10.64.47.5 with HTTP; Tue, 24 Apr 2007 11:44:04 -0700 (PDT) Message-ID: <3ee9ca710704241144n4ab349c6m901586e427b1ae0d@mail.gmail.com> Date: Tue, 24 Apr 2007 14:44:04 -0400 From: "Andy Greenwood" To: "Don O'Neil" In-Reply-To: <021201c7869f$ee90fd70$0300020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <01d301c78699$d6a36820$0300020a@mickey> <20070424140528.95287ff4.wmoran@potentialtech.com> <021201c7869f$ee90fd70$0300020a@mickey> Cc: freebsd-questions@freebsd.org Subject: Re: Memory >3.5GB not used? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2007 18:44:06 -0000 On 4/24/07, Don O'Neil wrote: > Thanks for all who pointed out the obvious PAE option... > > When I went to rebuild the kernel I got this message: > > +++++++++++++++++++++++++++ > cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc > -I- -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/src/sys/i386/compile/KERMIT/opt_global.h -I. -I@ -I@/contrib/altq > -I/usr/include -finline-limit=8000 -fno-common -g > -I/usr/src/sys/i386/compile/KERMIT -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -std=c99 -c /usr/src/sys/modules/aha/../../dev/aha/aha.c > /usr/src/sys/modules/aha/../../dev/aha/aha.c: In function `ahaaction': > /usr/src/sys/modules/aha/../../dev/aha/aha.c:848: warning: cast from pointer > to integer of different size > *** Error code 1 > > Stop in /usr/src/sys/modules/aha. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/i386/compile/KERMIT. > +++++++++++++++++++++++++++ > > Why would it be complaining about the aha module when I have it commented > out as a device? commenting it from the kernel config will only prevent it from being built staticlly in the kernel. If you want to prevent the module from being built, look at the MODULES_OVERRIDE or WITHOUT_MODULES options to make.conf. man 5 make.conf for more details. > > -----Original Message----- > From: Bill Moran [mailto:wmoran@potentialtech.com] > Sent: Tuesday, April 24, 2007 11:05 AM > To: Don O'Neil > Cc: freebsd-questions@freebsd.org > Subject: Re: Memory >3.5GB not used? > > In response to "Don O'Neil" : > > > I just built a new server with an Athlon 64 x2, 4GB Ram and a > > Gigabyte/Nvidia motherboard. > > > > When I boot the system up it says on the console that 532888K will be > > ignored. > > > > Of course it isn't put in any of the log files. Dmesg shows this: > > > > real memory = 3724476416 (3551 MB) > > avail memory = 3649908736 (3480 MB) > > > > Any reason the extra 1/2 GB isn't showing up or usable? Is there > > something I need to specify in the kernel to get to the other 1/2 GB? > > What if I want to install more than 4GB? This mobo supports up to 16 > > GB... Do I need to go to the AMD64 platform to get >4GB? > > > > I'm running FreeBSD 6.1 i386 SMP kernel. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#PAE > > -- > Bill Moran > http://www.potentialtech.com > > _______________________________________________ > 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" > -- -- I'm nerdy in the extreme and whiter than sour cream