Date: Mon, 14 Apr 2003 09:17:51 +1000 From: Peter Jeremy <peterjeremy@optushome.com.au> To: Julian Stacey <jhs@berklix.com> Cc: Michael Elbel <mwe@consol.de> Subject: Re: Anyone seen 4.8-RELEASE running on a real 386 (not 486 586 etc) ? Message-ID: <20030413231751.GC54121@cirb503493.alcatel.com.au> In-Reply-To: <200304132300.h3DN0sM91460@flip.jhs.private> References: <ertr1013@student.uu.se> <20030410193810.GA52024@falcon.midgard.homeip.net> <200304132300.h3DN0sM91460@flip.jhs.private>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 14, 2003 at 01:00:54AM +0200, Julian Stacey wrote: >> > Fatal trap 1: priveleged instruction fault while in kernel mode >> > instruction pointer = 0x8:0xc02695a0 >> >> If you can't get a crash dump, do an 'nm -n' on the kernel and find >> the function containing this address. > >Not sure what the 0x8: means (I hated segmented 8086 asm from day one :-) So did I. You can safely ignore it for FreeBSD. >c0269570 T pmap_kenter >c02695a8 T pmap_kremove The faulting instruction is just before the end of pmap_kenter(). I can't check the source right now. Peter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030413231751.GC54121>