qemu-system
This commit is contained in:
parent
5c5b62beec
commit
f5b940228a
2 changed files with 14 additions and 0 deletions
13
docs/public/qemu-system/index.rst
Normal file
13
docs/public/qemu-system/index.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
***********
|
||||
qemu-system
|
||||
***********
|
||||
|
||||
.. code:: shell
|
||||
|
||||
qemu-system-x86_64 \
|
||||
-nodefaults \
|
||||
-vga virtio \
|
||||
-m 1024 \
|
||||
-drive file=test.img,format=raw,if=virtio \
|
||||
-enable-kvm \
|
||||
-bios OVMF.fd
|
Loading…
Add table
Add a link
Reference in a new issue