Explore >> Select a destination


You are here

kernelpodcast.org
| | www.collabora.com
2.5 parsecs away

Travel
| | Interested in learning more about low-level specifics of the eBPF stack? Read on as we take a deep dive, from its VM mechanisms and tools, to running traces on remote, resource-constrained embedded devices.
| | asahilinux.org
2.4 parsecs away

Travel
| | [AI summary] A detailed account of developing a Rust-based GPU driver for Apple M1/M2 processors, highlighting the challenges, innovations, and progress made in enabling full desktop environments and gaming on these platforms. The driver, part of the Asahi Linux project, leverages Rust for safety and reliability, with contributions from multiple developers and ongoing work to support advanced graphics APIs like Vulkan.
| | offlinemark.com
2.5 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:
| | jborza.com
19.1 parsecs away

Travel
| For reference, I wanted to check how qemu boots RISC-V Linux. Loosely following a guide , I describe how to build and boot a Linux environment targeting the 32-bit RISC-V architecture. There are three things we will need: QEMU the emulator Linux kernel root filesystem with some binaries I'm reusing a custom riscv-gnu-toolchain I've built previously, targeting the RV32IMA architecure. For targeting the 64-bit machine, it's easier to riscv64-linux-gnu- cross-compiler toolchain with the gcc-riscv64-linux-gn...