DragonFlyBSD Kernel Audit
DF-2568 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# build.sh - build the DF-2568 hammer2 flush race trigger
set -e
cd "$(dirname "$0")"
cc -O2 -pipe -Wall -o race_flush race_flush.c
echo "BUILD_OK"
ls -l race_flush