Skip to main content

FLAT_GUEST_BLOB_PATH

Constant FLAT_GUEST_BLOB_PATH 

Source
pub const FLAT_GUEST_BLOB_PATH: &str = "/home/runner/work/alley/alley/target/debug/build/nub-bench-91b4499a3796c505/out/nub-arch-guest-build/x86_64-unknown-none/release/nub-flat-guest-x86";
Expand description

Path to the flat personality’s guest ELF, built by this crate’s build.rs.

The blob is a bare-metal x86-64 kernel that boots inside the KVM sandbox and drives the JIT. Handing a path (rather than bytes) is what nub::Nub::create_hyperlight takes.