diff --git a/source/overview.rst b/source/overview.rst
index 8c68036a7..70ef2d058 100644
--- a/source/overview.rst
+++ b/source/overview.rst
@@ -339,7 +339,7 @@ originated and where the technologies below work best:
Bringing your own kernel
^^^^^^^^^^^^^^^^^^^^^^^^
-Most operating systems support some form of classical virtualization,
+Most desktop operating systems support some form of classical virtualization,
running applications packaged as images containing a full operating
system of their own. Running these virtual machines, or VMs, is a
mature approach, widespread in data center environments.
@@ -348,9 +348,13 @@ These techniques are mostly reserved for larger scale deployments in
data centers, though certain complex applications can benefit from
this packaging. The technologies are Python agnostic, and include:
-* `Vagrant `_
-* `VHD `_, `AMI `_, and :doc:`other formats `
-* `OpenStack `_ - A cloud management system in Python, with extensive VM support
+* KVM on Linux
+* Hyper-V on Windows
+* `VHD `_,
+ `AMI `_,
+ and :doc:`other formats `
+* `OpenStack `_ -
+ A cloud management system written in Python, with extensive VM support
Bringing your own hardware
^^^^^^^^^^^^^^^^^^^^^^^^^^