Kernel library crate for xous
Sean Cross
de7fa677cb
printf works now, and we're getting the page table stuff set up. Signed-off-by: Sean Cross <sean@xobs.io> |
||
---|---|---|
.cargo | ||
.vscode | ||
src | ||
xous-kernel-riscv-rt | ||
.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.