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
1 config KALLSYMS
2         bool
3         default "y"
4         help
5            Say Y here to let the kernel print out symbolic crash information and
6            symbolic stack backtraces. This increases the size of the kernel
7            somewhat, as all symbols have to be loaded into the kernel image.
8
9 config KALLSYSM_ALL
10         bool
11         default "y"
12         help
13            Normally kallsyms only contains the symbols of functions, for nicer
14            OOPS messages.  Some debuggers can use kallsyms for other
15            symbols too: say Y here to include all symbols, if you need them
16            and you don't care about adding to the size of your kernel.
17