-
Delete very large SharePoint Online list or doclib
https://gemini.google.com/app/00a9d617585ad234
-
Microphase, run linux tutorial
!!! This is not the perfect guide, during the compilation it got errors, ask gemini. https://share.gemini.google/bFyDzMtkYZVk Step 1: Install Tools Step 1: Install Vitis (it has Vivado) Step 2: Install petalinux https://www.amd.com/en/products/software/adaptive-socs-and-fpgas/embedded-software/petalinux-sdk.html Open Vivado and create project Project name : petalinux_boot_from_flash_vivado Choose: XC7Z020CLG400-2 petalinux-package --boot --fsbl images/linux/zynq_fsbl.elf --u-boot images/linux/u-boot.elf --force Step 2: Build the image using petalinux…
-
RISC-V Assembler enhancement 2026-08-30
Add macros and the rest of a professional RISC-V assembler The RISC-V front end already encodes instructions and a handful of data directives. It does not assemble the files you actually write. Those are GNU as: .macro / .endm, \name, numbered local labels, .option, .pushsection. r-test/fp.S is the concrete target. This document tells you how to add that, in order. Do not expand…


