diff --git a/src/lib.rs b/src/lib.rs index 2c39ec0..0f888cf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,7 @@ const NT_HERMIT_ENTRY_VERSION: u32 = 0x5a00; /// The current hermit entry version. #[cfg_attr(not(all(feature = "loader", feature = "kernel")), allow(dead_code))] -const HERMIT_ENTRY_VERSION: u8 = 3; +const HERMIT_ENTRY_VERSION: u8 = 4; /// Offsets and values used to interpret the boot params ("zeropage") setup by firecracker /// For the full list of values see