diff options
-rw-r--r-- | documentation/dev-manual/qemu.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst index 5a4a82ce6f..d9b9f69ab3 100644 --- a/documentation/dev-manual/qemu.rst +++ b/documentation/dev-manual/qemu.rst | |||
@@ -125,8 +125,9 @@ available. Follow these general steps to run QEMU: | |||
125 | - This example specifies to boot an :term:`Initramfs` image and to | 125 | - This example specifies to boot an :term:`Initramfs` image and to |
126 | enable audio in QEMU. For this case, ``runqemu`` sets the internal | 126 | enable audio in QEMU. For this case, ``runqemu`` sets the internal |
127 | variable ``FSTYPE`` to ``cpio.gz``. Also, for audio to be enabled, | 127 | variable ``FSTYPE`` to ``cpio.gz``. Also, for audio to be enabled, |
128 | an appropriate driver must be installed (see the previous | 128 | an appropriate driver must be installed (see the ``audio`` option |
129 | description for the ``audio`` option for more information). | 129 | in :ref:`dev-manual/qemu:\`\`runqemu\`\` command-line options` |
130 | for more information). | ||
130 | :: | 131 | :: |
131 | 132 | ||
132 | $ runqemu qemux86-64 ramfs audio | 133 | $ runqemu qemux86-64 ramfs audio |