From owner-freebsd-hackers Sat May 26 19: 1:42 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from gate.lustig.com (lustig.ne.mediaone.net [24.91.125.166]) by hub.freebsd.org (Postfix) with SMTP id F3D1837B423 for ; Sat, 26 May 2001 19:01:36 -0700 (PDT) (envelope-from barry@lustig.com) Received: (qmail 2161 invoked from network); 27 May 2001 02:03:35 -0000 Received: from gate.lustig.com (HELO lustig.com) (barry@205.246.2.242) by gate.lustig.com with SMTP; 27 May 2001 02:03:35 -0000 Message-ID: <3B106076.657BB1A9@lustig.com> Date: Sat, 26 May 2001 22:03:34 -0400 From: Barry Lustig Organization: Barry Lustig & Associates, Inc. X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Smith Cc: Valentin Nechayev , current@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: Boot time memory issue References: <200105270201.f4R21o404244@mass.dis.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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-hackers" in the body of the message