X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Finit%2FKconfig;fp=kitten%2Finit%2FKconfig;h=2375aa20f94dfe78c33d774dfc1e97c422573ece;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=0000000000000000000000000000000000000000;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios.git diff --git a/kitten/init/Kconfig b/kitten/init/Kconfig new file mode 100644 index 0000000..2375aa2 --- /dev/null +++ b/kitten/init/Kconfig @@ -0,0 +1,17 @@ +config KALLSYMS + bool + default "y" + help + Say Y here to let the kernel print out symbolic crash information and + symbolic stack backtraces. This increases the size of the kernel + somewhat, as all symbols have to be loaded into the kernel image. + +config KALLSYSM_ALL + bool + default "y" + help + Normally kallsyms only contains the symbols of functions, for nicer + OOPS messages. Some debuggers can use kallsyms for other + symbols too: say Y here to include all symbols, if you need them + and you don't care about adding to the size of your kernel. +