From owner-freebsd-current Sat May 26 18:53:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id A10D537B423; Sat, 26 May 2001 18:53:36 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f4R21o404244; Sat, 26 May 2001 19:01:50 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200105270201.f4R21o404244@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Barry Lustig Cc: Valentin Nechayev , current@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: Boot time memory issue In-reply-to: Your message of "Sat, 26 May 2001 21:50:14 EDT." <3B105D56.1A637EF@lustig.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 26 May 2001 19:01:50 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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