I like to build things. I work on a combo of AI, ML, and low-level systems.
Latest commits from GitHub and recent blog posts
Learn how to build a complete x86_64-elf cross-compiler toolchain from source. We'll explore what cross-compilers are, why they're essential for OS development, and walk through an automated build script that creates the foundation for bare-metal programming.
Learn how to write a fundamental bootsector that bridges the gap between firmware and your operating system. We'll explore BIOS interrupts, disk reading, and the magic of those final two bytes: 0xAA55.
A deep dive into the design and implementation of the page frame allocator that serves as the foundation for all memory allocation operations in neo-OS.