mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
init_dev_kmsg
This commit is contained in:
2
runqemu
2
runqemu
@@ -10,7 +10,7 @@ kgdb=false
|
||||
nographic=false
|
||||
# norandmaps: Don't use address space randomization. Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space.
|
||||
# printk.time=y: log in format: "[time ] msg" for all printk messages.
|
||||
extra_append='norandmaps printk.time=y'
|
||||
extra_append='norandmaps printk.devkmsg=on printk.time=y'
|
||||
extra_flags=''
|
||||
while getopts a:de:knqt: OPT; do
|
||||
case "$OPT" in
|
||||
|
||||
Reference in New Issue
Block a user