Explore >> Select a destination


You are here

andreas.welcomes-you.com
| | jborza.com
1.9 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...
| | muffsec.com
3.0 parsecs away

Travel
| | [AI summary] This post provides instructions for compiling and debugging a Linux kernel using QEMU and GDB, including steps to build the kernel, create an OS image, and set up a wrapper script for virtual machine execution.
| | tthtlc.wordpress.com
3.1 parsecs away

Travel
| | How to use QEMU to run a VM client, assuming that the kernel have kvm enabled and running? a. create rootfs image as your OS file image, with all the general GNU/Linux utilities: This is how I create the rootfs for Xenial (I copied and modified from Syzkaller project), using the debootstrap command mainly, but...
| | juliaferraioli.com
23.2 parsecs away

Travel
| In the last few entries on creating a containerized Minecraft server, we created the container, launched the server, moved data to a volume, created regular backups of our world, took a look at customizing the server's properties, and updated changes to the container. Right now, our setup is pretty solid! So, let's get to that fun and impractical thing I mentioned that we'd be doing with Kubernetes. Lego® representation of a Minecraft mooshroom in a mushroom biome