Explore >> Select a destination


You are here

logr.cogley.info
| | www.tokyotales.com
27.9 parsecs away

Travel
| |
| | techwontsave.us
40.2 parsecs away

Travel
| | A left-wing podcast for better technology and a better world. | Paris Marx is joined by Malcolm Harris to discuss the sordid history of Silicon Valley, including the long influence of eugenics at Stanford, how Silicon Valley profited from the United States' wars throughout the 20th century, and why the libertarian narrative of tech hide a much darker reality.
| | trendless.tech
24.7 parsecs away

Travel
| | The "central processing unit" (CPU) is the device that sifts through information and turns it into other information. It's an implementation of an "instruction set architecture" (ISA). Lately, most general-purpose computers have more than one CPU inside its main "chipset". Engineers call them "cores", so it's a "dual-core processor" or "quad-core processor" or whatever size [...]Read More... from CPU: How Does a Computer Work Through Code?
| | jborza.com
86.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...