#!/bin/sh
# DF-0677 run: load the harness module as root -> triggers sl_compress_init
# OOB write -> panic. Capture is via the serial boot.log (comconsole).
set -e
echo "[*] loading slc_oob.ko (max_state=255) ..."
kldload ./slc_oob.ko
echo "LOAD_EXIT=$?"