Author: Tom
Date: 15-06-04 23:36
someone had mentioned to me a while ago that there was a kernel module for creating snoop devices, and i decided just recently to try it out and see if it works.
# cd /modules
# kldload snp.ko
# cd /dev
# ./MAKEDEV snp0 (however many)
# cd /modules
# kldunload snp.ko
works great, saves you the cumbersome task of creating and building a custom kernel...especially if you have no other reason(s) to.
|
|