Skip to content

Commit

Permalink
Change run-qemu.sh to start with larger memory (4G)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayeol committed Jan 29, 2019
1 parent 4e6f14e commit 61b4a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-qemu.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
./riscv-qemu/riscv64-softmmu/qemu-system-riscv64 -D debug.log -nographic -machine virt\
./riscv-qemu/riscv64-softmmu/qemu-system-riscv64 -D debug.log -nographic -m 4G -machine virt\
-bios bootrom/bootrom.elf \
-kernel riscv-pk/build/bbl -append "root=/dev/vda ro console=ttyS0" \
-drive file=busybear-linux/busybear.bin,format=raw,id=hd0 \
Expand Down

0 comments on commit 61b4a80

Please sign in to comment.