Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Merge branch 'devel'
[palacios.git] / kitten / init / Kconfig
diff --git a/kitten/init/Kconfig b/kitten/init/Kconfig
new file mode 100644 (file)
index 0000000..2375aa2
--- /dev/null
@@ -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.
+