From owner-freebsd-questions@FreeBSD.ORG Tue Mar 4 00:45:18 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 E4E701065671 for ; Tue, 4 Mar 2008 00:45:18 +0000 (UTC) (envelope-from pprocacci@datapipe.com) Received: from fmailhost04.isp.att.net (fmailhost04.isp.att.net [207.115.11.54]) by mx1.freebsd.org (Postfix) with ESMTP id E38168FC13 for ; Tue, 4 Mar 2008 00:45:18 +0000 (UTC) (envelope-from pprocacci@datapipe.com) Received: from [10.5.21.122] (adsl-241-161-249.bna.bellsouth.net[74.241.161.249]) by isp.att.net (frfwmhc04) with ESMTP id <20080304004517H0400a0sm3e>; Tue, 4 Mar 2008 00:45:18 +0000 X-Originating-IP: [74.241.161.249] Message-ID: <47CC9BC0.1090408@datapipe.com> Date: Mon, 03 Mar 2008 18:45:52 -0600 From: "Paul A. Procacci" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Cesar Amaya References: <47CC940B.5000400@123.com.sv> In-Reply-To: <47CC940B.5000400@123.com.sv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: RAM not recognized 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, 04 Mar 2008 00:45:19 -0000 Cesar Amaya wrote: > Hello every one, I have installed FreeBSD-7.0_RELEASE on Dell Power > Edge 1950 Quad Core and 4GB of RAM. > > The problem is that FreeBSD does not recognize all of the RAM. > This is part of the dmesg. > # dmesg > CPU: Intel(R) Xeon(R) CPU E5420 @ 2.50GHz (2496.28-MHz > 686-class CPU) > Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 > > Features=0xbfebfbff > > > Features2=0xce3bd> > > AMD Features=0x20100000 > AMD Features2=0x1 > Cores per package: 4 > real memory = 3484745728 (3323 MB) > avail memory = 3405631488 (3247 MB) > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 2 > cpu3 (AP): APIC ID: 3 > ioapic0: Changing APIC ID to 4 > ioapic0 irqs 0-23 on motherboard > > Can anyone give me some light in this issue? > Thank you very much!!! > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, se > nd any mail to "freebsd-questions-unsubscribe@freebsd.org" Forgot to CC list............ This is not a problem of FreeBSD but of i386/x86 architecture which max memory limit is 4GB i theory and 3-3.5GB in practice, you can use PAE to use 36bit addressing (instead of default 32bit) for memory to get full 4GB on i386 but you will not be able to have loadable kernel modules for example, other sollution for this is using amd64/64bit FreeBSD, where you will have full 4GB and even more without any problems.