Kernel library crate for xous
|
||
---|---|---|
.cargo | ||
src | ||
xous-kernel-riscv-rt | ||
xous-riscv | ||
.gitattributes | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
memory.x | ||
README.md |
Xous Kernel
This contains the core kernel for Xous. It is implemented as
a library that you include with your pid 0
program.