Kernel library crate for xous
Go to file
Sean Cross 79114aa65a initial commit
Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-18 09:59:00 +08:00
.cargo initial commit 2019-12-18 09:59:00 +08:00
src initial commit 2019-12-18 09:59:00 +08:00
xous-riscv initial commit 2019-12-18 09:59:00 +08:00
xous-riscv-rt initial commit 2019-12-18 09:59:00 +08:00
.gitattributes initial commit 2019-12-18 09:59:00 +08:00
.gitignore initial commit 2019-12-18 09:59:00 +08:00
Cargo.lock initial commit 2019-12-18 09:59:00 +08:00
Cargo.toml initial commit 2019-12-18 09:59:00 +08:00
README.md initial commit 2019-12-18 09:59:00 +08:00
memory.x initial commit 2019-12-18 09:59:00 +08:00

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.