An experimental monolithic kernel in rust
·
Report Bug
·
Request Feature
rlxnix is a experimental monolithic kernel written in rust for analyzing and learning the internals of operating system in a memory safe language.
- rust, cargo (testing)
- qemu
cargo run
- Target x86_64
- Setup std macros via vga memory (print!,println!)
- Unit testing framework
- Descriptor tables
- IRQ and ISRS
- Implement basic Paging
- Allocator Framework
- Buddy allocator ??
- Multitask Await/Async
- Virtual filesystem
- Initrd Support
- Usermode
- Switch to ring 0 -> 3
- Basic syscall support
- C runtime libraries
- Modules Support
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b 0.1.0
) - Commit your Changes (
git commit -m '[my-id] my awesome Feature'
) - Push to the Branch (
git push origin 0.1.0
) - Open a Pull Request
Distributed under the GPL3 License. See license
for more information.
Manjeet Singh - @releaxos - [email protected]
Join our discord server for any query