From f5b940228ac61cb03b73047aa1b652709fcb4ee4 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Sep 2021 22:24:49 +0200 Subject: [PATCH] qemu-system --- docs/index.rst | 1 + docs/public/qemu-system/index.rst | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/public/qemu-system/index.rst diff --git a/docs/index.rst b/docs/index.rst index 549e3c8..12eef44 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/public/qemu-system/index.rst b/docs/public/qemu-system/index.rst new file mode 100644 index 0000000..2ea43d5 --- /dev/null +++ b/docs/public/qemu-system/index.rst @@ -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