Using CMake FetchContent to handle dependencies
What is all about So, picture this: I’m hopping between a bunch of Debian-based Linux distros-Ubuntu on WSL here, LMDE there, plain old Debian somewhere else, and oh look, another LTS distro lurkin...
What is all about So, picture this: I’m hopping between a bunch of Debian-based Linux distros-Ubuntu on WSL here, LMDE there, plain old Debian somewhere else, and oh look, another LTS distro lurkin...
Last time, we successfully booted a Linux kernel with a BusyBox userspace. Today, let’s try the same process, but this time with Toybox. The Plan Every good project needs a plan, right? Here’s wh...
It always starts easy In my free time, I tinker with my own game engine-because, honestly, who doesn’t tried to create some kind of a game in the past? At some point, while messing around with the...
Last week, I mentioned my goal of building something even more minimal than Linux From Scratch - basically, a DIY Linux system from just a kernel, a few user-space tools, and a bootloader. Well… I ...
A little while back, I decided to take the plunge and build my very own Linux distribution using the Linux From Scratch project. Spoiler alert: it was a wild ride! After plenty of hiccups, a few d...
For a long time, I had been toying with the idea of setting up my own blog. I imagined sharing my thoughts, ideas, experiences and making some my private notes helpful for someone else but I always...