Michiel Derhaeg

Results 4 comments of Michiel Derhaeg

Sadly, how to link against the right library for `std::filesystem` support depends on the OS, which version of the OS, which compiler is used, etc.. Not sure if we can...

I'm aware, the repository does not necessary coincide entirely with the README.md, everything else in the repo just serves as example. `rcS` is the default name the busybox init uses....

That's interesting, I'll look into it when I have some free time. To address the first two points. I intentionally didn't use initramfs because it lacks persistence, however I do...

If I'm correct, ``make`` propagates the ``-j`` option to the subsequent ``make`` calls. So if you want parallelism, doing ``make -j8 image`` should work. I also disagree with forcing the...