Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2001 19:01:50 -0700
From:      Mike Smith <msmith@freebsd.org>
To:        Barry Lustig <barry@lustig.com>
Cc:        Valentin Nechayev <netch@iv.nn.kiev.ua>, current@FreeBSD.ORG, hackers@FreeBSD.ORG
Subject:   Re: Boot time memory issue 
Message-ID:  <200105270201.f4R21o404244@mass.dis.org>
In-Reply-To: Your message of "Sat, 26 May 2001 21:50:14 EDT." <3B105D56.1A637EF@lustig.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Valentin Nechayev wrote:
> > 
> >  Sun, May 20, 2001 at 19:53:29, barry (Barry Lustig) wrote about "Boot time memory issue":
> > 
> > Do verbose boot (`boot -v') with large SC_HISTORY_SIZE (1000 at least,
> > 2000 at most), and after boot check for "SMAP ..." lines at the very
> > beginning of the kernel boot log at /dev/console. (They are not written
> > to log viewable with dmesg.) Another way is to use serial console.
> > With this SMAP lines one can say more concrete diagnosis.
> 
> Here are the SMAP lines:
> 
> SMAP type=01 base=00000000 00000000 len=00000000 0009f800
> SMAP type=02 base=00000000 0009f800 len=00000000 00000800
> SMAP type=02 base=00000000 000e8400 len=00000000 00017c00
> SMAP type=01 base=00000000 00100000 len=00000000 13ef0000
> SMAP type=03 base=00000000 13ff0000 len=00000000 0000f800
> SMAP type=04 base=00000000 13fff800 len=00000000 00000800
> SMAP type=02 base=00000000 fff80000 len=00000000 00080000
> Too many holes in the physical address space, giving up

Can you try changing the declaration of phys_avail at the top of
sys/i386/i386/machdep.c from:

vm_offset_t phys_avail[10];

to

vm_offset_t phys_avail[100];

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
           V I C T O R Y   N O T   V E N G E A N C E



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105270201.f4R21o404244>