pub const KERNEL_BYTES: &'static [u8];Expand description
Raw bytes of the x86_64 kernel — a minimal-config Linux bzImage.
The supermachine KVM backend loads this as the guest kernel. The bytes are
staged into OUT_DIR by build.rs (env override or bundled kernel.xz).