ks0n / goOSe

A minimal Kernel written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup - Board configuration

Skallwar opened this issue · comments

We need to have one .cargo/config for each board and use it when using cargo build

The usage could look like this:

$ cargo configure boards/riscv64/qemu_virt
...
$ cargo build
...