From owner-freebsd-questions@FreeBSD.ORG Thu Sep 14 17:54:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 28F1216A47C for ; Thu, 14 Sep 2006 17:54:41 +0000 (UTC) (envelope-from cracauer@koef.zs64.net) Received: from koef.zs64.net (koef.zs64.net [212.12.50.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D06143DFD for ; Thu, 14 Sep 2006 17:54:10 +0000 (GMT) (envelope-from cracauer@koef.zs64.net) Received: from koef.zs64.net (koef.zs64.net [212.12.50.230]) by koef.zs64.net (8.13.8/8.13.8) with ESMTP id k8EHs9wM017091; Thu, 14 Sep 2006 19:54:09 +0200 (CEST) (envelope-from cracauer@koef.zs64.net) Received: (from cracauer@localhost) by koef.zs64.net (8.13.8/8.13.8/Submit) id k8EHs9pd017090; Thu, 14 Sep 2006 13:54:09 -0400 (EDT) (envelope-from cracauer) Date: Thu, 14 Sep 2006 13:54:09 -0400 From: Martin Cracauer To: RJ45 Message-ID: <20060914175409.GB16873@cons.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: memory problem 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: Thu, 14 Sep 2006 17:54:41 -0000 RJ45 wrote on Thu, Sep 14, 2006 at 02:24:43AM -0600: > > > Hello, > I am running FreeBSD 6.1-RELEASE-p6 build with buildworld. > > THe system has exactly 4GB of memory but the memory is not complitely > seen by the system. > > At boot thime I Get this warning > > 524288Kb of memory above 4GB ignored > > and then if I check > > real memory = 3757965312 (3583 MB) > avail memory = 3678597120 (3508 MB) You need to enable remapping in the BIOS. The memory between 3-4 GB is partly taken by device space. So you have to re-map that actual RAM there to a position above 4 GB - which is what the BIOS does. Once the memory is above 4 GB you need a 64 bit kernel or a 32 bit kernel with PAE enabled to use it. Works fine for me on several machines, BTW. But the remapping options in the BIOSes are often broken. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ FreeBSD - where you want to go, today. http://www.freebsd.org/