Lyra is a 64-bit UNIX-like hobby kernel for learning operating system development in Zig
- Readable and easy to understand codebase
- Minimalist design with microkernel model
- Modern design with Limine boot protocol
- Legacy support (32-bit, pre-Nehalem CPUs, etc)
- Obscure hardware support (e.g. big-endian)
- Zig for being the best programming language 😉
- AndreaOrru for the zen kernel project (on which this project is based)
- Attribution headers with the license are provided on all files for which this may apply.
- OSDev.org for being a massively helpful resource
- The x86 architecture for making me question my life's choices