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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message