/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

nathanchance.dev
| | blog.zorinaq.com
1.9 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 ...
| | sergioprado.blog
1.7 parsecs away

Travel
| | Have you ever wondered how the Linux kernel is tested?
| | albocoder.github.io
2.4 parsecs away

Travel
| | [AI summary] This blog post details the process of using static analysis with LLVM bitcode to identify the slab cache for kernel objects in the Linux kernel.
| | sookocheff.com
17.7 parsecs away

Travel
| A short tagline from the book Learning eBPF describes eBPF as a revolutionary kernel technology that allows developers to write custom code that can be loaded into the kernel dynamically, changing the way the kernel behaves. The key word in this phrase is dynamically. eBPF allows you to write custom code that changes the way the kernel behaves without having to implement a kernel module or integrate your code directly into the kernel.