Projects
simulOS
Sophisticated operating system simulator, specifically Linux, with features Virtual File System, simple GNU utils replica, shell for command parsing, and command-plug-in pattern to make the core extensible, which imitates installing/building new utils for an operating system.
#C++
#operating-system
mintest
Very minimal testing framework for C++ inspired by googletest. I am using it to test my DSA implementations.
#C++
#testing
#DSA