1 2 3 4
#!/bin/sh # Build the KLD harness on the guest (needs /usr/src and cc). # scp poc_dfscanf.c Makefile to /root/dfscanf/ first (see README.md). cd /root/dfscanf && make