axvisor 0.5.10

A lightweight type-1 hypervisor based on ArceOS
1
2
3
4
5
6
7
8
//! x86 image loading helpers.

pub mod linux;
pub mod linux_boot;
pub mod mptable;
pub mod multiboot;

pub mod boot_params;