feat: move platform stuff all into it's own thing

This commit is contained in:
Alex Zenla
2024-04-29 02:59:49 -07:00
parent f479963cd5
commit 4839ee2679
8 changed files with 635 additions and 980 deletions

View File

@ -128,3 +128,5 @@ pub struct GrantEntry {
pub domid: u16,
pub frame: u32,
}
pub const XEN_HVM_START_MAGIC_VALUE: u64 = 0x336ec578;