Re: avail memory is short by 1G on my FreeBSD 6.0-STABLE MP Dell

From: Paul Saab <ps_at_freebsd.org>
Date: Sun, 20 Nov 2005 22:03:31 -0800
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
Received on Mon Nov 21 2005 - 05:03:32 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:48 UTC