Date: Tue, 13 Mar 2001 20:42:49 -0800 From: Peter Wemm <peter@yahoo-inc.com> To: Richard Todd <rmtodd@ichotolot.servalan.com> Cc: current@freebsd.org Subject: Re: Tracking down problem with booting large kernels (bug in locore.s) Message-ID: <200103140442.f2E4gni01710@daintree.yahoo.com> In-Reply-To: <m14ciTH-004MkiC@servalan.servalan.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103140442.f2E4gni01710>