Subject: LKM symbols and netbsd
To: None <netbsd-current@netbsd.org, port-i386@netbsd.org>
From: Darren Reed <avalon@coombs.anu.edu.au>
List: port-i386
Date: 09/29/2000 20:29:45
I'm trying to debug a LKM with printf's in -current and noticed that
the panic's appear to be because the address for the format string is
0x400 or 0x800.  I need to bring both kernel and lkm tools upto date,
(I there there is a small skew there) but in case that's not it, are
there any known issues with LKM size and NetBSD on i386 ?  The one in
question would be around 512k or more in size.

Darren