The example `build.rs` file in `create-disk-image.md` uses the `env!()` macro to access `CARGO_BIN_FILE_KERNEL_kernel` when it should use `std::env::var_os`.