Re: verbose kernel debug

2008-07-29 Thread Scott Wood
Jon Smirl wrote: I'm getting a Badness at c01cc228 [verbose debug info unavailable] How do I turn on verbose debug support? Or is it helpful? I see the option for x86 but I don't see how to do it for PowerPC. Under Kernel Hacking, enable Kernel debugging. This will expose a Verbose BUG()

Re: verbose kernel debug

2008-07-29 Thread Jon Smirl
On 7/29/08, Scott Wood [EMAIL PROTECTED] wrote: Jon Smirl wrote: I'm getting a Badness at c01cc228 [verbose debug info unavailable] How do I turn on verbose debug support? Or is it helpful? I see the option for x86 but I don't see how to do it for PowerPC. Under Kernel Hacking,

Re: verbose kernel debug

2008-07-29 Thread Grant Likely
On Tue, Jul 29, 2008 at 07:12:58PM -0400, Jon Smirl wrote: On 7/29/08, Scott Wood [EMAIL PROTECTED] wrote: Jon Smirl wrote: I'm getting a Badness at c01cc228 [verbose debug info unavailable] How do I turn on verbose debug support? Or is it helpful? I see the option for x86 but I

Re: verbose kernel debug

2008-07-29 Thread Jon Smirl
On 7/29/08, Grant Likely [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 07:12:58PM -0400, Jon Smirl wrote: On 7/29/08, Scott Wood [EMAIL PROTECTED] wrote: Jon Smirl wrote: I'm getting a Badness at c01cc228 [verbose debug info unavailable] How do I turn on verbose debug

Re: verbose kernel debug

2008-07-29 Thread Jon Smirl
I finally figured out the right combo to turn it on. I was expecting it to appear in the Kernel Debugging section but it was appearing down lower. Seems like this option should be defaulted on no matter what, and then turn it off to save memory. It was the interaction with CONFIG_EMBEDDED that