DF-2002 / build.sh
#!/bin/sh # DF-2002 userspace logic PoC build. # This compiles the verbatim kernel arithmetic in userspace to demonstrate # the OOB; the in-kernel sink is HW-gated behind an Atheros AR9280 NIC. set -e cd "$(dirname "$0")" cc -O2 -Wall -o poc_df_pwrtable poc_df_pwrtable.c echo "BUILD_OK poc_df_pwrtable" |