From 798eaddfd238d9a4964aa6712544239bfab835dc Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 26 Jun 2025 13:33:02 +0300 Subject: [PATCH] qemu-system-riscv64: add page (#16937) --- pages/common/qemu-system-riscv64.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/qemu-system-riscv64.md 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: + +``