diff options
Diffstat (limited to 'bin/run-riscv-qemu.sh')
| -rwxr-xr-x | bin/run-riscv-qemu.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/bin/run-riscv-qemu.sh b/bin/run-riscv-qemu.sh index 52505a4..658318c 100755 --- a/bin/run-riscv-qemu.sh +++ b/bin/run-riscv-qemu.sh @@ -95,9 +95,7 @@ if [ ! -z "$DISK" ]; then -device virtio-net-device,netdev=usernet \ -netdev user,id=usernet,hostfwd=tcp::22222-:22 \ -kernel "$KERNEL" \ - -append nokaslr \ - -append ftrace_dump_on_oops \ - -append sysctl.kernel.panic_on_rcu_stall=1 \ + -append "nokaslr ftrace_dump_on_oops sysctl.kernel.panic_on_rcu_stall=1" \ $EXTRA exit 0 @@ -128,8 +126,5 @@ qemu-system-riscv64 -machine virt -nographic \ -netdev user,id=usernet,hostfwd=tcp::22222-:22 \ -kernel "$KERNEL" \ -initrd "$BUSYBOX_SRC/initramfs.cpio.gz" \ - -append "root=/dev/ram" \ - -append nokaslr \ - -append ftrace_dump_on_oops \ - -append sysctl.kernel.panic_on_rcu_stall=1 \ + -append "root=/dev/ram nokaslr ftrace_dump_on_oops sysctl.kernel.panic_on_rcu_stall=1" \ $EXTRA |
