/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

chipnetics.com
| | nathanchance.dev
1.7 parsecs away

Travel
| | As a Linux kernel developer, I will often need to build and boot new kernels to hunt down issues or test new functionality for regressions. While it is possible to manually install these kernels on machines, it is easiest to use the distribution's package manager, as the kernel does not need to be built on the machine it is being installed on. With .deb and .rpm-based systems, it is easy to build a kernel package within the kernel source itself, using the bindeb-pkg and binrpm-pkg targets respectively. However, for Arch Linux, my distribution of choice, that is not so simple. Furthermore, when doing certain types of development, such as bisecting an issue, it is more convenient to do all the building in an actual source tree, rather than one that is managed ...
| | blog.zorinaq.com
2.0 parsecs away

Travel
| | I made a Linux kernel patch to support ECC memory on AMD Ryzen 5000 APUs (codename Cezanne.) Itapplies cleanly and works on kernel versions 5.13 through the ...
| | offlinemark.com
1.9 parsecs away

Travel
| | Here is everything you need to know to set up a minimal Linux kernel dev environment on Ubuntu 20.04. It works great on small VPS instances, is optimized for a fast development cycle, and allows you to run custom binaries to exercise the specific kernel functionality being developed. Step 1:
| | kroah.com
19.0 parsecs away

Travel
| While working on the latest statistics for the yearly Linux Foundation "Who Writes Linux" paper, I noticed the rate-of-change for the 3. ...