From owner-freebsd-current Tue Mar 13 20:42:59 2001 Delivered-To: freebsd-current@freebsd.org Received: from mrout2.yahoo.com (mrout2.yahoo.com [208.48.125.152]) by hub.freebsd.org (Postfix) with ESMTP id 281EC37B719 for ; Tue, 13 Mar 2001 20:42:57 -0800 (PST) (envelope-from peter@yahoo-inc.com) Received: from daintree.yahoo.com (daintree.yahoo.com [205.216.162.172]) by mrout2.yahoo.com (8.11.1/8.11.1/y.out) with ESMTP id f2E4goQ08186; Tue, 13 Mar 2001 20:42:50 -0800 (PST) Received: from yahoo-inc.com (localhost [127.0.0.1] (may be forged)) by daintree.yahoo.com (8.11.0/8.11.0) with ESMTP id f2E4gni01710; Tue, 13 Mar 2001 20:42:49 -0800 (PST) (envelope-from peter@yahoo-inc.com) Message-Id: <200103140442.f2E4gni01710@daintree.yahoo.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Richard Todd Cc: current@freebsd.org Subject: Re: Tracking down problem with booting large kernels (bug in locore.s) In-Reply-To: Date: Tue, 13 Mar 2001 20:42:49 -0800 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Richard Todd wrote: > <---- No crashes as of here > pushl $begin /* jump to high virtualized add ress */ > ret > > /* now running relocated at KERNBASE where the system is linked to run */ > begin: > <==== crashes before it gets here!!! > /* set up bootstrap stack */ > movl proc0paddr,%eax /* location of in-kernel pages */ I have some suspicions.. Can you do a nm on your kernel? peter@daintree[8:41pm]~-102> nm /boot/kernel/kernel |grep begin c0123689 t begin .. and let us know where "begin" is on your crashing kernel? Cheers, -Peter -- Peter Wemm - peter@yahoo-inc.com; peter@FreeBSD.org; peter@wemm.org "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message