OsirisOS
OsirisOS is my experimental Rust kernel project where I’m building core OS functionality from scratch, including a custom VGA text writer, bootable QEMU target, and no_std test infrastructure.
It’s an ongoing deep dive into systems programming, with much more coming as I explore increasingly low-level concepts like interrupts, memory management, and hardware interaction.
- Repository: github.com/os1rix/OsirisOS
- Stack: Rust, nightly toolchain, bootimage, QEMU