Explore >> Select a destination


You are here

lupyuen.org
| | kiljan.org
8.3 parsecs away

Travel
| | Running Arch Linux RISC-V on a Milk-V Mars presents several challenges. Most notably is that the young operating system is not easy to start with. But just because it is a bit difficult does not mean it is impossible.
| | jborza.com
7.5 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...
| | book.hacktricks.xyz
7.2 parsecs away

Travel
| |
| | offlinemark.com
25.9 parsecs away

Travel
| This post details my adventures with the Linux virtual memory subsystem, and my discovery of a creative way to taunt the OOM (out of memory) killer by accumulating memory in the kernel, rather than in userspace. Keep reading and you'll learn: Internal details of the Linux kernel's demand paging implementation How to exploit virtual memory [...]