Explore >> Select a destination


You are here

www.thirtythreeforty.net
| | sinrega.org
3.3 parsecs away

Travel
| | [AI summary] This article explains how to enable KVM virtualization on a Raspberry Pi 2 by isolating a core, using a modified kernel with VGIC emulation, and setting up a patched QEMU to run a guest operating system.
| | jborza.com
3.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...
| | offlinemark.com
3.0 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:
| | felipec.wordpress.com
18.3 parsecs away

Travel
| Probably one of most powerful and under-utilized concepts of git is the upstream tracking branch, and to be honest it probably was too difficult to use properly in the past, but not so much any more. Here I'll try to explain what it is, and how you can take the most advantage out of it....