fn main() { cc::Build::new() .file("src/kernel.s") .flag("-march=rv64gc") .compiler("riscv64-unknown-linux-gnu-gcc") .compile("boot"); }