@@ -339,7 +339,7 @@ originated and where the technologies below work best:
339339Bringing your own kernel
340340^^^^^^^^^^^^^^^^^^^^^^^^
341341
342- Most operating systems support some form of classical virtualization,
342+ Most desktop operating systems support some form of classical virtualization,
343343running applications packaged as images containing a full operating
344344system of their own. Running these virtual machines, or VMs, is a
345345mature approach, widespread in data center environments.
@@ -348,9 +348,13 @@ These techniques are mostly reserved for larger scale deployments in
348348data centers, though certain complex applications can benefit from
349349this packaging. The technologies are Python agnostic, and include:
350350
351- * `Vagrant <https://www.vagrantup.com/ >`_
352- * `VHD <https://en.wikipedia.org/wiki/VHD_(file_format) >`_, `AMI <https://en.wikipedia.org/wiki/Amazon_Machine_Image >`_, and :doc: `other formats <openstack:user/formats >`
353- * `OpenStack <https://www.redhat.com/en/topics/openstack >`_ - A cloud management system in Python, with extensive VM support
351+ * KVM on Linux
352+ * Hyper-V on Windows
353+ * `VHD <https://en.wikipedia.org/wiki/VHD_(file_format) >`_,
354+ `AMI <https://en.wikipedia.org/wiki/Amazon_Machine_Image >`_,
355+ and :doc: `other formats <openstack:user/formats >`
356+ * `OpenStack <https://www.redhat.com/en/topics/openstack >`_ -
357+ A cloud management system written in Python, with extensive VM support
354358
355359Bringing your own hardware
356360^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments