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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message