convert all the hardware docs to adoc
This commit is contained in:
@@ -11,17 +11,16 @@
|
||||
|
||||
# this device is described by the "qemu" device
|
||||
description = ''
|
||||
QEMU ARM v7
|
||||
***********
|
||||
== QEMU ARM v7
|
||||
|
||||
This target produces an image for
|
||||
the `QEMU "virt" platform <https://www.qemu.org/docs/master/system/arm/virt.html>`_ using a 32 bit CPU type.
|
||||
This target produces an image for the
|
||||
https://www.qemu.org/docs/master/system/arm/virt.html[QEMU "virt"
|
||||
platform] using a 32 bit CPU type.
|
||||
|
||||
ARM targets differ from MIPS in that the kernel format expected
|
||||
by QEMU is an "Image" (raw binary file) rather than an ELF
|
||||
file, but this is taken care of by :command:`run.sh`. Check the
|
||||
documentation for the :ref:`QEMU` (MIPS) target for more information.
|
||||
'';
|
||||
ARM targets differ from MIPS in that the kernel format expected by QEMU
|
||||
is an "Image" (raw binary file) rather than an ELF file, but this is
|
||||
taken care of by `+run.sh+`. Check the documentation for the `+QEMU+`
|
||||
(MIPS) target for more information. '';
|
||||
installer = "vmroot";
|
||||
|
||||
module =
|
||||
|
Reference in New Issue
Block a user