rand_check: move docs to readme, create norandmaps section

This commit is contained in:
Ciro Santilli
2018-07-09 17:44:34 +01:00
parent 7b8811ee3d
commit 839271efd6
4 changed files with 38 additions and 18 deletions

1
run
View File

@@ -9,7 +9,6 @@ debug_vm=
debug=false
kgdb=false
kvm=false
# norandmaps: Don't use address space randomization. Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space.
# nokaslr:
# - https://unix.stackexchange.com/questions/397939/turning-off-kaslr-to-debug-linux-kernel-using-qemu-and-gdb
# - https://stackoverflow.com/questions/44612822/unable-to-debug-kernel-with-qemu-gdb/49840927#49840927