added a technical overview and added a link in the readme (#474)

This commit is contained in:
Ann Wallace
2025-07-03 07:46:02 -07:00
committed by GitHub
parent 53052b24a0
commit 699c2e09ef
2 changed files with 88 additions and 0 deletions

View File

@ -11,6 +11,7 @@ krata is an implementation of a Xen control-plane in Rust.
- [Frequently Asked Questions](FAQ.md)
- [Code of Conduct](CODE_OF_CONDUCT.md)
- [Security Policy](SECURITY.md)
- [Edera Technical Overview](technical-overview.md)
## Introduction
@ -23,3 +24,4 @@ It provides the base layer upon which Edera Protect zones are built on: a secure
|--------------|------------------|-------------------------|
| x86_64 | 100% Completed | None, Intel VT-x, AMD-V |
| aarch64 | 10% Completed | AArch64 virtualization |