Date: Fri, 8 Nov 2002 16:04:00 -0800 From: David Schultz <dschultz@uclink.Berkeley.EDU> To: Sidcarter <sidcarter@symonds.net> Cc: current@FreeBSD.ORG Subject: Re: Kernel not booting....Immediate crash Message-ID: <20021109000400.GB3138@HAL9000.homeunix.com> In-Reply-To: <20021107204113.A3540@prxysrv.in.ibm.com> References: <20021107204113.A3540@prxysrv.in.ibm.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Sidcarter <sidcarter@symonds.net>: > Fatal trap 12: page fault while in vm86 mode > fault virtual address = 0x9fdc8 ^^^^^^^ That's a region of memory right before the 640K mark, and your BIOS is trying to use it. This used to work, but revision 1.544 of src/sys/i386/i386/machdep.c moved the code that mapped in those pages until *after* they need to be used. I (unsuccessfully) petitioned the committer who made the change to revert it, so for now you'll have to manually remove it, being careful not to step on the changes introduced in revisions 1.545 through 1.547. 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?20021109000400.GB3138>