Toucanix Official Features List
Features (Current & Planned)
- ๐ฆ Independent kernel written in C++
- ๐ช UEFI-compatible bootloader written in C
- ๐ Memory management and virtual memory
- ๐งต Basic multitasking
- ๐ฆ Simple filesystem
- ๐จ Custom GUI and/or CLI environment
- ๐งฑ Planned: Enhanced memory safety
- ๐งฉ Planned: Compatibility layers for Windows/Linux applications
- ๐ฆ Planned: From Scratch rust userland apps (such as calcualators, notepad, etc.)
Goat (GNU alternitave for Toucanix)
This contains stuff like reimplemented core utils (sort of doing its own thing). Maybe even gcc/g++/ld alternitaves like clang & lld reimplmented. And of cource cargo & rustc reimplmented (maybe).