DF-1097 / build.sh
#!/bin/sh # DF-1097 build — no compilation needed; the bug is in the FireWire OHCI # PCI driver and not reachable without FireWire hardware. This is a # documentation-only trigger (df1097.c is a comment-only stub). echo "DF-1097 is a latent kernel-side bug; no userspace build is meaningful." echo "See df1097.c and VERDICT.md for the source-level trace." |