2026-04-21 ยท Oliver


Hello, welcome to the first post about DSL26's tutorials!

And so the journey begins

The first tutorial describes setting up a Linux kernel test environment using QEMU. The first time I tried it (during vacation), it was a mess... but mostly because I forgot to set the working directory to be /home/lk-dev, and instead it was in my user's home directory, which (to no suprise) messed up permissions, and before I realized, I had a VM with no connection.

Other than that, it was pretty fine. Sure, the amount of new info thrown at you when first diving into this world is huuge, but FLUSP's team made sure to give a welcoming course, although I had some issues:

At last, we fetch the list of modules loaded in the guest kernel in order to save into a file and reduce Linux build time for the next tutorial.

Thanks for reading!