qemu-system
This commit is contained in:
parent
5c5b62beec
commit
f5b940228a
2 changed files with 14 additions and 0 deletions
|
@ -49,6 +49,7 @@ RTFD
|
|||
public/parted/index
|
||||
public/pdftk/index
|
||||
public/python3/index
|
||||
public/qemu-system/index
|
||||
public/restructuredtext/index
|
||||
public/rsync/index
|
||||
public/smtp/index
|
||||
|
|
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…
Reference in a new issue