On Fri, 21 Feb 2003, Luoqi Chen wrote:

> > And the core dump provides no information:
> >
> > #0  0x87c0b256 in ?? ()
> > (kgdb) where
> > #0  0x87c0b256 in ?? ()
> > #1  0x8014e46c in boot (howto=256) at
> > /usr/src/sys/kern/kern_shutdown.c:223
> > #2  0x8014eb91 in panic (fmt=0x8022fcf9 "%s") at
> > /usr/src/sys/kern/kern_shutdown.c:595
> > #3  0x801ffb69 in trap_fatal (frame=0xb07c3e50, eva=3217030872)
>                                                       ^^^^^^^^^^
> eva = 0xbfbffed8, this was user stack for KVA_PAGES=256. Did you
> recompile your linux.ko module?

venus# ls -lt /kernel /modules/linux.ko
-r-xr-xr-x  1 root  wheel  1080642 Feb 14 13:39 /modules/linux.ko
-r-xr-xr-x  1 root  wheel  1723783 Feb 14 13:39 /kernel
venus# strings /kernel | grep ^___options
___options         KVA_PAGES=512

Now, when I did this the first time, I got a bunch of thread issues, so
Tor sent me a patch (included in previous email) to fix it in libc_r ...
does the linux module make use of KVA_PAGES as defined in the kernel
config file, or do I have to change KVA_PAGES in /sys/i386/include/pmap.h
for the modules to recognize the change?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to