Chris Webb
Chris Webb
To detect the current windowing system, rc/windowing/detection.kak tries to load each supported module in a try/catch chain. If no windowing system is available, the error from the last module in...
As noted in the changelog: - Applications bundled as part of the LibreSSL package internally, nc(1) and openssl(1), now are linked statically if static libraries are built. Wanting to build...
When recent(ish) mainline kernels are run on AMD Zen cpus (including inside kvm virtual machines), print_s5_reset_status_mmio() in arch/x86/kernel/cpu/amd.c decodes the reason for the last reset: https://github.com/torvalds/linux/blob/v6.17/arch/x86/kernel/cpu/amd.c#L1327 This is true for...
### Summary The rp2 PIO assembler includes support for instructions like ``` mov(y, status) ``` which can be used to detect when the TX and RX FIFOs pass a configurable...
### Summary The `rp2.asm_pio()` decorator saves and temporarily replaces the globals dictionary to allow the wrapped functions to reference PIO instructions and register names in a natural way, restoring them...
### Summary Take a first cut at some tests for rp2 `asm_pio()` decorator. Check the result of assembling some nonsense test programs, constructed to exercise all variants of every instruction,...