Kernel library crate for xous
Go to file
Sean Cross b48271308c mmu: first attempt to get it enabled
Signed-off-by: Sean Cross <sean@xobs.io>
2020-01-21 18:14:13 +08:00
.cargo cargo: enable lto 2020-01-09 10:46:36 +08:00
.vscode settings: add more spellcheck words 2020-01-21 17:03:56 +08:00
bin mmu: first attempt to get it enabled 2020-01-21 18:14:13 +08:00
src mmu: first attempt to get it enabled 2020-01-21 18:14:13 +08:00
xous-kernel-riscv-rt vexriscv: use upstream package 2020-01-09 10:45:22 +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 vexriscv: use upstream package 2020-01-09 10:45:22 +08:00
Cargo.toml vexriscv: use upstream package 2020-01-09 10:45:22 +08:00
README.md initial commit 2019-12-18 09:59:00 +08:00
asm.S mmu: first attempt to get it enabled 2020-01-21 18:14:13 +08:00
assemble.ps1 mmu: first attempt to get it enabled 2020-01-21 18:14:13 +08:00
assemble.sh mmu: first attempt to get it enabled 2020-01-21 18:14:13 +08:00
build.rs mmu: first attempt to get it enabled 2020-01-21 18:14:13 +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.