The sanCore operating system is a lightweight, modular operating system built using C# and the COSMOS framework. Designed to deliver a fast and focused CLI experience, it runs directly on real hardware via legacy BIOS boot. With a clean architecture and open-source foundation, sanCore continues to evolve with new tools, commands, and user interface modes—making it ideal for both experimentation and educational use.
As the sole developer and architect of sanCore OS, I was responsible for designing, programming, and testing all major components of the system. This includes:
Before starting development, I conducted extensive research into operating system architecture and low-level system programming. I studied memory management, bootloader mechanics, real-mode vs protected-mode execution, and command parsing. I analyzed open-source projects built with COSMOS and explored how custom kernels handle drivers and screen buffers. This research shaped the technical structure of sanCore and helped me make key decisions about modularity, extensibility, and long-term maintainability.