install a jail from an ISO
export DESTDIR=/usr/jail/net80211_0
sudo mkdir -p $DESTDIR
Mount the install media on /mnt(change cdimage.iso to your ISO).
sudo mount -t cd9660 /dev/`mdconfig -f cdimage.iso` /mnt
cd /mnt/usr/freebsd-dist/
Install just the base system.
測驗 1
題目
#include <stddef.h>
#include <stdint.h>
#include <limits.h>
#include <string.h>
/* Nonzero if either X or Y is not aligned on a "long" boundary */
#define UNALIGNED(X) ((long) X & (sizeof(long) - 1))