summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-07-24 11:42:15 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-07-24 13:10:27 +0200
commit040479fe1f40833c1722a40b234ff13f0a9a6ec3 (patch)
tree2085a0edc880212ecc208d76835b724bd5d3755d /doc
parent25150dd5efb5068271ec64b184ea8db875dd5d56 (diff)
downloadDistroKit-040479fe1f40833c1722a40b234ff13f0a9a6ec3.tar.gz
DistroKit-040479fe1f40833c1722a40b234ff13f0a9a6ec3.tar.xz
add x86_64 platform
and add a qemu script for testing. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/hardware_x86_64_qemu.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/hardware_x86_64_qemu.rst b/doc/hardware_x86_64_qemu.rst
new file mode 100644
index 0000000..f3dfd77
--- /dev/null
+++ b/doc/hardware_x86_64_qemu.rst
@@ -0,0 +1,6 @@
+QEMU
+====
+
+The x86_64 platform is ready to run in qemu, using the pc-q35-2.12 KVM simulation.
+
+To run DistoKit inside qemu, execute ``./configs/platform-x86_64/run``.