Date: Sun, 20 Nov 2005 22:03:31 -0800 From: Paul Saab <ps@freebsd.org> To: Dan Nelson <dnelson@allantgroup.com> Cc: current@freebsd.org, "Chad Leigh -- Shire.Net LLC" <chad@shire.net>, Kris Kennaway <kris@obsecurity.org> Subject: Re: avail memory is short by 1G on my FreeBSD 6.0-STABLE MP Dell Message-ID: <43816333.4070400@freebsd.org> In-Reply-To: <20051121034025.GD41629@dan.emsphone.com> References: <20051120183309.ysgk624asksckwow@mail.bafirst.com> <20051121004749.GA39061@xor.obsecurity.org> <43812AC7.3020506@rogers.com> <20051121020816.GA19252@xor.obsecurity.org> <C033B3B6-12A3-4428-A6B4-B51C6B09EB26@shire.net> <438136B5.9030506@freebsd.org> <20051121030915.GC41629@dan.emsphone.com> <43813BBE.2010302@freebsd.org> <20051121034025.GD41629@dan.emsphone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43816333.4070400>