1
2
3
4
5
6
#![no_std]

#[link_section = ".boot2"]
#[used]
#[no_mangle]
pub static __BOOT2: [u8; 256] = *include_bytes!("boot2.bin");