Explore >> Select a destination


You are here

offlinemark.com
| | nathanchance.dev
1.0 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 ...
| | sergioprado.blog
1.4 parsecs away

Travel
| | In this article, we will learn how to debug the Linux kernel on an embedded Linux system with GDB.
| | chipnetics.com
1.1 parsecs away

Travel
| | My notes for building the latest Linux kernel, and running the latest firmware, for a more bleeding edge experience.
| | neil.gg
13.5 parsecs away

Travel
| [AI summary] A software developer shares a humorous technique of manipulating the system clock to create fake future-dated GitHub commits while working on a library.