convert all the hardware docs to adoc
This commit is contained in:
@@ -10,17 +10,17 @@
|
||||
};
|
||||
|
||||
description = ''
|
||||
QEMU Aarch64
|
||||
************
|
||||
|
||||
This target produces an image for
|
||||
the `QEMU "virt" platform <https://www.qemu.org/docs/master/system/arm/virt.html>`_ using a 64 bit CPU type.
|
||||
== QEMU Aarch64
|
||||
|
||||
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` target for more information.
|
||||
This target produces an image for the
|
||||
https://www.qemu.org/docs/master/system/arm/virt.html[QEMU "virt"
|
||||
platform] using a 64 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 `+run.sh+`. Check the documentation for the `+qemu+`
|
||||
target for more information.
|
||||
'';
|
||||
|
||||
# this device is described by the "qemu" device
|
||||
|
Reference in New Issue
Block a user