/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lupyuen.org
| | blog.lenot.re
8.0 parsecs away

Travel
| | A dive into the PIC, PIT, ACPI, APIC, HPET, SMP, TLB and other confusing acronyms!
| | 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
| |
| | disconnect3d.pl
32.5 parsecs away

Travel
| When we think of a null pointer, NULL in C or nullptr in C++, we typically assume it is "invalid" or "not pointing to a valid memory location". But what if I tell you that a null pointer can actual...