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:
parent
54e7931e3f
commit
798eaddfd2
1 changed files with 16 additions and 0 deletions
16
pages/common/qemu-system-riscv64.md
Normal file
16
pages/common/qemu-system-riscv64.md
Normal 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>`
|
Loading…
Add table
Reference in a new issue