1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 13:55:31 +02:00

qemu-system-riscv64: add page (#16937)

This commit is contained in:
Managor 2025-06-26 13:33:02 +03:00 committed by GitHub
parent 54e7931e3f
commit 798eaddfd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
# 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}} -nographic`
- List supported machine types:
`qemu-system-riscv64 {{[-M|-machine]}} help`
- Exit non-graphical QEMU:
`<Ctrl a><x>`