Explore >> Select a destination


You are here

muffsec.com
| | andreas.welcomes-you.com
8.3 parsecs away

Travel
| | The short story The objective of the work described below was for me: There is a long description below for those interested on how to generate the binaries for the RISC-V board and produce the root fs containing Debian Linux. For those who don't want...
| | pwning.systems
5.2 parsecs away

Travel
| | Following up on my first blog post, I've received a few requests to write about setting up a debugging environment; however, since everybody uses different emulators and so on, I'll mainly focus on which config options are useful! You must first obtain the kernel sources for your preferred version before you can set up a kernel suitable for debugging. We'll have to decompress it after that. # use your preferred version $ wget https://git.
| | tthtlc.wordpress.com
2.9 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...
| | 00formicapunk00.wordpress.com
18.0 parsecs away

Travel
| The year is 2022, and it is still that complicated to install GRUB2 externally onto a disk image. But using the wonders of libguestfs, you can create a bootable diskimage using a qemu VM abstraction very easily. The steps here imply we want to create a disk with a single partition containing the root filesystem....