DragonFlyBSD Kernel Audit
DF-2633 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2633 build (on the DragonFly guest)
cc -O2 -o write2633 write2633.c
cc -O2 -o phase2 phase2.c
cc -O2 -o verify2633 verify2633.c