Kernel library crate for xous
Go to file
Sean Cross 3a6c4f9a1c processes: start defining what a process is
Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-25 20:11:15 +08:00
.cargo initial commit 2019-12-18 09:59:00 +08:00
src processes: start defining what a process is 2019-12-25 20:11:15 +08:00
xous-kernel-riscv-rt processes: start defining what a process is 2019-12-25 20:11:15 +08:00
xous-riscv irq commit: this large commit gets interrupts working 2019-12-19 12:17:07 +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 mem: starting to get memory manager working 2019-12-24 09:33:02 +08:00
Cargo.toml irq commit: this large commit gets interrupts working 2019-12-19 12:17:07 +08:00
README.md initial commit 2019-12-18 09:59:00 +08:00
build.rs irq commit: this large commit gets interrupts working 2019-12-19 12:17:07 +08:00
memory.x mem: starting to get memory manager working 2019-12-24 09:33:02 +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.