DragonFlyBSD Kernel Audit
DF-1987 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-1987 build: minimal radeon_sa BoC panic PoC
# (Compiles cleanly even with no GPU; runtime reproduction is HW-gated.)
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o sa_panic sa_panic.c
echo "BUILD_OK: ./sa_panic"