From df79a1892ceab8fd2f6568f67fea5ebb94167dda Mon Sep 17 00:00:00 2001 From: Todor Todorov Date: Sun, 11 Aug 2024 13:39:28 +0300 Subject: [PATCH] docs/concepts: Fix description for Figure 1 --- content/docs/concepts/virtualization.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/docs/concepts/virtualization.mdx b/content/docs/concepts/virtualization.mdx index b594fec1..3e36e8ad 100644 --- a/content/docs/concepts/virtualization.mdx +++ b/content/docs/concepts/virtualization.mdx @@ -1,9 +1,9 @@ --- title: Virtualization description: | - Through virtualization, multiple operating systems (OSes) are able to run on - the same hardware, independently, thinking that each one of them controls the - entire system. + Through virtualization, multiple operating systems (OSes) are able to run on + the same hardware, independently, thinking that each one of them controls the + entire system. --- Virtualization can be done using a hypervisor, which is a low-level software @@ -55,12 +55,12 @@ The hypervisors can be classified in 2 categories: Type 1 and Type 2: In Figure 1 a comparison between different virtualization systems is illustrated and demonstrates how the degree of separation between a "guest application" and the hardware and “host” becomes further removed. -The defined job of the host OS and kernel or hypervisor became that of -1) to juggle the runtime of multiple applications and environments; -2) to present a subset or non-contiguous representation of hardware resources -virtually and translate operations, and provide emulation and compatibility -between guest and host; and, -3) to ultimately guard access to them to prevent corruption or malicious attacks. +The defined job of the host OS and kernel or hypervisor became that of 1) to +juggle the runtime of multiple applications and environments; 2) to present a +subset or non-contiguous representation of hardware resources virtually and +translate operations, and provide emulation and compatibility between guest and +host; and, 3) to ultimately guard access to them to prevent corruption or +malicious attacks. ## Supported platforms