Quote:
: sorry, unimplemented: called from here
|
when the kernel was configured kdbg has to be enabled. then build it is in every kernel.
Quote:
ignored for field of type
|
you must if you copy a config file from. you can use an older kerenl config and for a newer kernel do a make oldconfig then it will ask you to configure the new stuff on the kernel. But the 2.6.25 kernel and a 2.6.27 kernel has some changes . so you can't use a newer kernel config for a older kernel.. make mrproper make config or make oldconfig now go make and do a make gconfig and it will open up the kernel navagate to the enable kernel debuging =y now build it install it and now you can debug all you want.