diff options
Diffstat (limited to 'arch/riscv64/conf/mkimage.sh')
| -rwxr-xr-x | arch/riscv64/conf/mkimage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv64/conf/mkimage.sh b/arch/riscv64/conf/mkimage.sh index 1726e57..fbad869 100755 --- a/arch/riscv64/conf/mkimage.sh +++ b/arch/riscv64/conf/mkimage.sh @@ -33,6 +33,6 @@ qemu-system-riscv${XLEN} \ -bios ../rv${XLEN}/opensbi/build/platform/generic/firmware/fw_jump.elf \ -device virtio-blk-device,drive=hd0 \ -drive file=rootfs.img,format=raw,id=hd0 \ - -icount 0 \ -S -s -m 2G \ + -smp 2 \ -serial stdio |
