Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2001 22:03:34 -0400
From:      Barry Lustig <barry@lustig.com>
To:        Mike Smith <msmith@freebsd.org>
Cc:        Valentin Nechayev <netch@iv.nn.kiev.ua>, current@FreeBSD.ORG, hackers@FreeBSD.ORG
Subject:   Re: Boot time memory issue
Message-ID:  <3B106076.657BB1A9@lustig.com>
References:  <200105270201.f4R21o404244@mass.dis.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith wrote:
> 
> > 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];
> 

Did that and got the same error.  I put a printf just before the
pa_indx++ in machdep.c and watched it increment by 2's all the way up to
100.

Any other ideas?

barry

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?3B106076.657BB1A9>