Date: Fri, 3 Dec 1999 07:28:03 +1100 From: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au> To: David Gilbert <dgilbert@velocet.ca> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: kernel not patching? Message-ID: <99Dec3.072037est.40324@border.alcanet.com.au> In-Reply-To: <14406.50809.85166.622558@trooper.velocet.net> References: <14406.49542.335305.256245@trooper.velocet.net> <199912021907.OAA82987@misha.cisco.com> <14406.50809.85166.622558@trooper.velocet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 1999-Dec-03 06:20:25 +1100, David Gilbert wrote: >I have 'options vinum' in the kernel ... and typing 'make' give: I presume you read the warning in LINT: # Configuring Vinum into the kernel is not necessary, since the kld # module gets started automatically when vinum(8) starts. This # device is also untested. Use at your own risk. Maybe you should switch to using vinum as a KLD and see if your problem goes away. (BTW, auto char *foo = "foo"; means that the stack contains a pointer to a string foo. The string will be in static storage - ie to find the stack, you need to work out the KVA for "foo" and then search for this address). Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99Dec3.072037est.40324>