An exploratory, from-scratch operating system written in C and C++.
View Source on GitHubvoid-os is a personal passion project built to demystify the core components that make our hardware function. Rather than relying on existing kernels, I am building this from the ground up to gain hands-on experience with memory management, hardware interrupts, and bare-metal programming.
As a portfolio piece, it demonstrates my ability to tackle highly complex, self-directed engineering challenges, debug without standard libraries, and write highly optimized, hardware-conscious code to future employers.
A transparent look at what has been accomplished and what is coming next.