From owner-freebsd-current@FreeBSD.ORG Mon Nov 21 06:03:32 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B85616A41F for ; Mon, 21 Nov 2005 06:03:32 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15C743D45 for ; Mon, 21 Nov 2005 06:03:31 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from [192.168.1.88] (64-142-76-135.dsl.static.sonic.net [64.142.76.135]) by elvis.mu.org (Postfix) with ESMTP id C00511A3C19; Sun, 20 Nov 2005 22:03:31 -0800 (PST) Message-ID: <43816333.4070400@freebsd.org> Date: Sun, 20 Nov 2005 22:03:31 -0800 From: Paul Saab User-Agent: Thunderbird 1.5 (Macintosh/20051025) MIME-Version: 1.0 To: Dan Nelson References: <20051120183309.ysgk624asksckwow@mail.bafirst.com> <20051121004749.GA39061@xor.obsecurity.org> <43812AC7.3020506@rogers.com> <20051121020816.GA19252@xor.obsecurity.org> <438136B5.9030506@freebsd.org> <20051121030915.GC41629@dan.emsphone.com> <43813BBE.2010302@freebsd.org> <20051121034025.GD41629@dan.emsphone.com> In-Reply-To: <20051121034025.GD41629@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, "Chad Leigh -- Shire.Net LLC" , Kris Kennaway Subject: Re: avail memory is short by 1G on my FreeBSD 6.0-STABLE MP Dell X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 06:03:32 -0000 Dan Nelson wrote: > That line didn't show up the the original poster's dmesg, though ( > http://unixmania.com/dmesg_20051120.txt ). Maybe a verbose boot would > shed more light. > > It is too early in the boot process to be put in the dmesg buffer and it most definitely not under bootverbose. The way to see this is either via video console or serial. #ifndef PAE if (smap->base >= 0xffffffff) { printf("%uK of memory above 4GB ignored\n", (u_int)(smap->length / 1024)); continue; } #endif