Explore >> Select a destination


You are here

sgfault.com
| | offlinemark.com
1.3 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:
| | 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 ...
| | stephennimmo.com
3.2 parsecs away

Travel
| | [AI summary] The user is seeking a comprehensive explanation of deploying Solarflare Onload using the Kernel Module Management (KMM) operator on an OpenShift cluster. They provided a detailed guide covering the entire process, including preparing the SRPM source, building the container image, configuring the KMM Module CR, and handling the signing and deployment of kernel modules. The user also included a step-by-step explanation of the KMM workflow, including the role of the ConfigMap, secrets, and the interaction between the Module CR and the build process.
| | kiljan.org
25.8 parsecs away

Travel
| Running Arch Linux RISC-V on a Milk-V Mars presents several challenges. Most notably is that the young operating system is not easy to start with. But just because it is a bit difficult does not mean it is impossible.