You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: Sean Cross <sean@xobs.io> |
3 years ago | |
---|---|---|
.cargo | 3 years ago | |
.vscode | 3 years ago | |
bin | 3 years ago | |
src | 3 years ago | |
xous-kernel-riscv-rt | 3 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.lock | 3 years ago | |
Cargo.toml | 3 years ago | |
README.md | 4 years ago | |
asm.S | 3 years ago | |
assemble.ps1 | 3 years ago | |
assemble.sh | 3 years ago | |
build.rs | 3 years ago | |
memory.x | 3 years ago |
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.