Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit e234090da5b1e2280125b5d0915d8b5c17dd1482 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 27 18:39:47 2019 +0000
doc: open-mesh/Kernel_debugging_with_kgdb
e234090da5b1e2280125b5d0915d8b5c17dd1482 open-mesh/Kernel_debugging_with_kgdb.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Kernel_debugging_with_kgdb.textile b/open-mesh/Kernel_debugging_with_kgdb.textile index 7e273cd..49511ef 100644 --- a/open-mesh/Kernel_debugging_with_kgdb.textile +++ b/open-mesh/Kernel_debugging_with_kgdb.textile @@ -245,7 +245,7 @@ h2. Start debugging session
h3. Disable kASLR
-The kernel address space layout randomization complicates the resolving of addresses of symbols. It is highly recommended to start the kernel with the parameter "nokaslr". For example by adding it to <code>CONFIG_CMDLINE</code> or by adjusting the <code>bootargs</code>. It should be checked in <code>/proc/cmdline</code> whether it was really booted with this parameter. +The kernel address space layout randomization complicates the resolving of addresses of symbols. It is highly recommended to start the kernel with the parameter "nokaslr". For example by adding it to <code>CONFIG_CMDLINE</code> or by adjusting the <code>bootargs</code> in the bootloader. It should be checked in <code>/proc/cmdline</code> whether it was really booted with this parameter.
h3. Configure KGDB serial