Vaishali Thakkar 4547340d54 refactor: Replace addr_of_mut with MaybeUninit::as_mut_ptr
Use MaybeUninit::as_mut_ptr as it's a more safer option to
avoid any potential bugs with respect to uninitialized memory.

Signed-off-by: Vaishali Thakkar <me.vaishalithakkar@gmail.com>
2024-09-05 21:20:12 +02:00
2024-03-10 00:22:24 +00:00
2024-03-08 08:12:10 +00:00
2024-09-03 21:13:00 +00:00
2024-09-03 21:13:00 +00:00
2024-09-03 21:13:00 +00:00
2024-03-22 04:41:38 +00:00
2024-03-08 08:12:10 +00:00
2024-03-13 11:38:14 +00:00

krata

An isolation engine for securing compute workloads.

$ kratactl zone launch -a alpine:latest

license discord check nightly


Introduction

krata is a single-host workload isolation service. It isolates workloads using a type-1 hypervisor, providing a tight security boundary while preserving performance.

krata utilizes the core of the Xen hypervisor with a fully memory-safe Rust control plane.

Hardware Support

Architecture Completion Level Hardware Virtualization
x86_64 100% Completed None, Intel VT-x, AMD-V
aarch64 10% Completed AArch64 virtualization
Description
Mirror of Krata Hypervisor
Readme GPL-2.0 9.4 MiB
Languages
Rust 98.1%
Shell 1.9%