this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 7 lines 173 B view raw
1fn main() { 2 cc::Build::new() 3 .file("src/kernel.s") 4 .flag("-march=rv64gc") 5 .compiler("riscv64-unknown-linux-gnu-gcc") 6 .compile("boot"); 7}