Subject: Re: Boot blocks croak on kernels with full debug table
To: None <cmetz@inner.net, port-i386@NetBSD.ORG>
From: John Kohl <jtk@kolvir.arlington.ma.us>
List: port-i386
Date: 05/23/1996 07:17:42
>>>>> "CM" == Craig Metz <cmetz@inner.net> writes:

CM> 	BTW, is there a DDB command to get a kernel to dump core? As
CM> far as I can tell, if DDB is enabled,  panic() enters DDB and you can
CM> never get a core dump.

I usually use "call boot(0x100)".  See <sys/reboot.h> for the flags
arguments to boot().

==John