I'm a computer science student with a passion for low-level programming. Most of what I write is C,
C++, and x86_64 assembly, though I occasionally work in Java and Python. I enjoy understanding how
systems work from the ground up, which naturally led me into operating system development.
WallOS isn't my first attempt at an OS, but it's the first one I've stuck with long enough, and been
proud enough of, to show off publicly. Along the way I've broken pieces of it out into reusable
libraries like WallShell and Apollo whenever they proved useful beyond the OS itself.
These projects exist primarily as learning experiences. I work on them whenever something catches my
interest, favoring clean architecture and readable code over chasing maximum performance. At the
moment, that mostly means building out WallOS, where I'm currently spending a lot of time on a
(currently private) FAT filesystem driver.