From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 07:50:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176411065671 for ; Mon, 10 Mar 2008 07:50:47 +0000 (UTC) (envelope-from "") Received: from mx01.edm.ab.smart-serv.net (mail.smart-serv.net [208.68.18.197]) by mx1.freebsd.org (Postfix) with ESMTP id 01FED8FC18 for ; Mon, 10 Mar 2008 07:50:46 +0000 (UTC) (envelope-from "") Received: from localhost (ldap.smart-serv.net [208.68.18.197]) by mx01.edm.ab.smart-serv.net (Postfix) with SMTP id 8367A2E5C5D for ; Mon, 10 Mar 2008 01:50:44 -0600 (MDT) Received: from [192.168.0.41] (S0106000d87073d15.nb.shawcable.net [70.74.68.215]) by mx01.edm.ab.smart-serv.net (Postfix) with ESMTP id D60652E5C5B; Mon, 10 Mar 2008 01:50:43 -0600 (MDT) Message-ID: <47D4E841.6030700@smart-serv.net> Date: Mon, 10 Mar 2008 01:50:25 -0600 From: Jeremy Johnston User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Wojciech Puchar References: <47D45E21.5010709@smart-serv.net> <20080310084628.T1013@wojtek.tensor.gdynia.pl> In-Reply-To: <20080310084628.T1013@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: K8N-VM CSM not seeing over 2240MB RAM 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: Mon, 10 Mar 2008 07:50:47 -0000 Wojciech Puchar wrote: > use PAE or (even better) 64-bit kernel > > > On Sun, 9 Mar 2008, Jeremy Johnston wrote: > >> I have been trying to trouble shoot a problem where my 32bit kernel will >> not see past 2240MB of RAM where as the BIOS reports it as 3GB. Windows >> on the same machine sees all 3GB. >> >> My dmesg can be found at http://www.smart-serv.net/~jeremy/dmesg.txt >> >> Any suggestions on what could be the cause of this would be greatly >> appreciated. >> >> >> _______________________________________________ >> 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 attempted PAE but it panics with some modules I require. And I would gladly go to 64bit if I didnt need the nvidia drivers. But there is no reason the kernel should see less then 3GB when x86 can handle up to 4. Bit confused on this.