Messages in this thread |  | | From | Marc-Christian Petersen <> | | Subject | Re: Enabling kdb? | | Date | Fri, 25 Oct 2002 13:20:41 +0200 |
| |
Hi Pavan,
> Can any one give information on how to enable the kdb for kernel. first, compile the kernel with kdb :)
then use kdb=on as bootparam or do echo "1" > /proc/sys/kernel/kdb to activate it if you compiled with "KDB off per default".
KDB enters automatically if a panic() occurs or if you press the "Pause" key.
Informations about this and further details: - cd Documentation/kdb/ - read the man's :)
ciao, Marc - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |