A friend posted the following pipeline to find all the firmware files for a set of Linux kernel modules: find /lib/modules/4.9.0-2-amd64/ -name '*.ko' | xargs modinfo -F firmware > /dev/null As an exercise in systems programming, I was curious how... (more…)
Read more »
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
Earlier this year, we used the C2Rust framework to translate applications such as Quake 3 to Rust. In this post, we’ll show you that it is also possible to translate privileged software such as modules that are loaded by the Linux kenel. We&... (more…)
Read more »
It’s time to look at some of the progress on Rust compiler speed made since my last post in July. (more…)
Read more »
A fast CSV command line toolkit written in Rust. Contribute to BurntSushi/xsv development by creating an account on GitHub. (more…)
Read more »