aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/run-riscv-qemu.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/run-riscv-qemu.sh b/bin/run-riscv-qemu.sh
index 2e926cf..5098beb 100755
--- a/bin/run-riscv-qemu.sh
+++ b/bin/run-riscv-qemu.sh
@@ -88,6 +88,7 @@ set -x
qemu-system-riscv64 -machine virt -nographic \
-cpu "$QEMU_CPU" \
+ -m 8G \
-smp "$QEMU_SMP" \
-kernel "$QEMU_KERNEL" \
-initrd "$BUSYBOX_SRC/initramfs.cpio.gz" \