Installing SANE O/S FreeBSD kernel modifications
These instructions apply for FreeBSD 3.0 or 3.3, just cd to the
appropriate directory when installing.
- Install FreeBSD 3.3 with kernel sources
- copy sane_os.tar to /root/.
- From /root tar -xvf sane_os.tar ; cd sane_os
- cd src/kernel/freebsd3.3/
- make install
- cd /usr/src/sys/i386/conf
- /usr/sbin/config ANEP_EXPERIMENTAL
- cd ../../compile/ANEP_EXPERIMENTAL
- make depend
- make all
- make install
- shutdown -r now
After completing these steps you should be up and running an
ANEP enabled kernel.