Intercept reads to CR0, CR3, CR4 and writes to CR0, CR3, CR4, and CR8.
[freebsd-src/fkvm-freebsd.git] / release / scripts / proflibs-install.sh
blob8e35ae3fd3a27b79824829d9a844f6e1817a936c
1 #!/bin/sh
3 # $FreeBSD$
6 if [ "`id -u`" != "0" ]; then
7 echo "Sorry, this must be done as root."
8 exit 1
9 fi
10 cat proflibs.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
11 exit 0