A simple kernel for raspberry pi 3b+ written in Rust, with the purpose of exploring how language safety can help with kernel development. This project is mainly inspired by Redleaf.
- Skeleton of project
- Virtual memory
- Interrupt
- Heap
- Thread
- Syscall
- Domain
- Shared heap & RRef
- Init
- Entrypoint
- Syscall & Interrupt
- RRef
- Interface generation