--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # 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: ``