diff --git a/pages/common/qemu-system-riscv64.md b/pages/common/qemu-system-riscv64.md new file mode 100644 index 0000000000..8b2317546e --- /dev/null +++ b/pages/common/qemu-system-riscv64.md @@ -0,0 +1,16 @@ +# qemu-system-riscv64 + +> Emulate `riscv64` architecture. +> More information: . + +- Boot a kernel emulating `riscv64` architecture: + +`qemu-system-riscv64 {{[-M|-machine]}} virt -bios none -kernel {{kernel.elf}} -nographic` + +- List supported machine types: + +`qemu-system-riscv64 {{[-M|-machine]}} help` + +- Exit non-graphical QEMU: + +``