docs: update README

This commit is contained in:
Alex Zenla 2024-04-02 20:17:34 +00:00
parent 5ad2e40a7b
commit 2083ec0604
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -16,4 +16,13 @@ The Edera Hypervisor
## Introduction
krata is a single-host hypervisor service built primarily for OCI containers.
krata is a single-host hypervisor service built for OCI-compliant containers. It isolates containers using a type-1 hypervisor, providing workload isolation that can exceed the security level of KVM-based OCI-compliant runtimes.
krata utilizes the core of the Xen hypervisor, with a fully memory-safe Rust control plane to bring Xen tooling into a new secure era.
## Hardware Support
| Architecture | Completion Level | Virtualization Technology |
| ------------ | ---------------- | ------------------------- |
| x86_64 | 100% Completed | Intel VT-x, AMD-V |
| aarch64 | 30% Completed | AArch64 virtualization |