Skip to content

Commit

Permalink
chore: bump entry version to 4
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 10, 2024
1 parent b8e5854 commit d27b6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d27b6a6

Please sign in to comment.