label="A Linux Foundation Project"
title="Bring the power of <a href=\"#\">open virtualization</a> everywhere."
titleLevel="1"
- image="/img/flatline/data-process2.svg"
+ media="/img/flatline/data-process2.svg"
imageAlt="Xen Project Logo"
mediaPosition="right"
mobileMediaPosition="bottom"
{{<section >}}
{{<media-block
title="Download"
- image="/img/logo-xen.svg"
+ media="/img/logo-xen.svg"
imageAlt="Xen Project Logo"
>}}
You can download vector graphics, images and logos.
{{<section>}}
{{<media-block
title="Lead by a <strong>dedicated community</strong>"
- image="/img/flatline/team-work.svg"
+ media="/img/flatline/team-work.svg"
>}}
The Xen community is a dynamic and collaborative ecosystem comprised of developers, researchers, and enthusiasts dedicated to advancing open-source virtualization technology.
With diverse backgrounds and expertise, members actively contribute to Xen's evolution, fostering innovation, sharing knowledge, and supporting one another through continuous development efforts.
{{<section>}}
{{<media-block
title="About **Xen Project**</strong>"
- image="/img/flatline/data_process.svg"
+ media="/img/flatline/data_process.svg"
mediaPosition="right"
>}}
The Xen community is a dynamic and collaborative ecosystem comprised of developers, researchers, and enthusiasts dedicated to advancing open-source virtualization technology.
{{<section>}}
{{<media-block
title="Embedded systems redefined"
- image="/img/logos/arm-logo.svg"
+ media="/img/logos/arm-logo.svg"
imageSize="50%"
imageAlt="ARM logo"
>}}
{{<section>}}
{{<media-block
title="What does this mean?"
- image="/img/flatline/data_and_settings.svg"
+ media="/img/flatline/data_and_settings.svg"
mediaPosition="right"
>}}
{{<md>}}
{{<section>}}
{{<media-block
title="Functional safety"
- image="/img/others/xen-progress-certification.png"
+ media="/img/others/xen-progress-certification.png"
mediaPosition="right"
>}}
{{<md>}}
{{<section>}}
{{<media-block
title="Functional safety"
- image="/img/flatline/coding.svg"
+ media="/img/flatline/coding.svg"
>}}
{{<md>}}
{{<section>}}
{{<media-block
title="TITLE (TODO)"
- image="/img/flatline/data-center.svg"
+ media="/img/flatline/data-center.svg"
>}}
The Xen Project hypervisor is an open-source type-1 or baremetal hypervisor, which makes it possible to run many instances of an operating system or indeed different operating systems in parallel on a single machine (or host). The Xen Project hypervisor is the only type-1 hypervisor that is available as open source. It is used as the basis for a number of different commercial and open source applications, such as: server virtualization, Infrastructure as a Service (IaaS), desktop virtualization, security applications, embedded and hardware appliances. The Xen Project hypervisor is powering the largest clouds in production today.
{{</media-block>}}
{{<section>}}
{{<media-block
title="History"
- image="/img/flatline/timeline.svg"
+ media="/img/flatline/timeline.svg"
>}}
The Xen Project hypervisor is developed by a worldwide community of individuals, researchers and employees of companies and that follow the Xen Project Governance process. The project is supported by the Xen Project Advisory Board made up of project member companies that fund the Xen Project. You can find a contribution breakdowns under Contribution Acknowledgments.
{{</media-block>}}
{{<section>}}
{{<media-block
title="What does this mean?"
- image="/img/flatline/new-message.svg"
+ media="/img/flatline/new-message.svg"
>}}
{{<md>}}
- Xen revolutionizes embedded systems, enabling fully-featured operating systems like Linux to coexist with smaller and faster RTOSes such as Zephyr.
</div>
</div>
<div class="media-block__media">
- {{ if .Image }}
- <img
- src="{{ .Site.BaseURL }}{{ .Image }}"
- alt="{{ .ImageAlt }}"
- {{ if .ImageSize }}width="{{ .ImageSize }}" height="auto"{{ end }}
- />
- {{ else if .Media }}
+ {{ if .Media }}
{{ $trimmedMedia := trim .Media " \n\r\t" }}
{{ $lowerMedia := lower $trimmedMedia }}
{{ if or (findRE "\\.png$|\\.jpg$|\\.jpeg$|\\.avif$|\\.webp$|\\.gif$|\\.svg$" $lowerMedia) }}
{{ $content := .Inner }}
-{{ $image := .Get "image" | default "" }}
{{ $imageAlt := .Get "imageAlt" | default "" }}
{{ $imageSize := .Get "imageSize" | default "" }}
{{ $label := .Get "label" | default "" }}
{{ partial "media-block.html" (dict
"Content" $content
- "Image" $image
"ImageAlt" $imageAlt
"ImageSize" $imageSize
"Label" $label