snippetbashTip
qemu-system-riscv64 — Emulate `riscv64` architecture. More information: <https://www.qemu.org/docs/master/system/target-ri
Viewed 0 times
commandriscv64cliarchitectureinformationemulatemoreqemu-system-riscv64
Problem
How to use the
qemu-system-riscv64 command: Emulate riscv64 architecture. More information: <https://www.qemu.org/docs/master/system/target-riscv.html>.Solution
qemu-system-riscv64 — Emulate riscv64 architecture. More information: <https://www.qemu.org/docs/master/system/target-riscv.html>.Boot a kernel emulating
riscv64 architecture:qemu-system-riscv64 {{[-M|-machine]}} virt -bios none -kernel {{kernel.elf}} -nographicList supported machine types:
qemu-system-riscv64 {{[-M|-machine]}} helpExit non-graphical QEMU:
<Ctrl a><x>Code Snippets
Boot a kernel emulating `riscv64` architecture
qemu-system-riscv64 {{[-M|-machine]}} virt -bios none -kernel {{kernel.elf}} -nographicList supported machine types
qemu-system-riscv64 {{[-M|-machine]}} helpExit non-graphical QEMU
<Ctrl a><x>Context
tldr-pages: common/qemu-system-riscv64
Revisions (0)
No revisions yet.