Kernel library crate for xous
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.
 
 
 
 
 
Sean Cross a06bd2aa0e wip commit
Signed-off-by: Sean Cross <sean@xobs.io>
3 years ago
.cargo cargo: enable lto 3 years ago
.vscode settings: add more spellcheck words 3 years ago
bin wip commit 3 years ago
src wip commit 3 years ago
xous-kernel-riscv-rt wip commit 3 years ago
.gitattributes initial commit 3 years ago
.gitignore initial commit 3 years ago
Cargo.lock vexriscv: use upstream package 3 years ago
Cargo.toml vexriscv: use upstream package 3 years ago
README.md initial commit 3 years ago
asm.S wip commit 3 years ago
assemble.ps1 mmu: first attempt to get it enabled 3 years ago
assemble.sh mmu: first attempt to get it enabled 3 years ago
build.rs mmu: almost have it working 3 years ago
memory.x mem: starting to get memory manager working 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.