Project Roadmap
Complete Features
Features Partially Implemented
- Custom two-stage, UEFI-capable bootloader
- Custom C standard library
- Loadable modules in bootloader
- Kernel test suite
- Buddy-based page allocator
Planned Features
- Bootloader rescue shell
- Kernel debug stack based on LLVM
- Kernel-level LLVM sanitizer support
- Kernel-level profiler
- Round robin scheduler with SMP support
- Loadable kernel module support
- Full NUMA support
- UFS and EXT4 support
- SELinux-like security module
- POSIX ACL support
- Custom init daemon
- Standard Unix user commands