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.

  1. Install FreeBSD 3.3 with kernel sources
  2. copy sane_os.tar to /root/.
  3. From /root tar -xvf sane_os.tar ; cd sane_os
  4. cd src/kernel/freebsd3.3/
  5. make install
  6. cd /usr/src/sys/i386/conf
  7. /usr/sbin/config ANEP_EXPERIMENTAL
  8. cd ../../compile/ANEP_EXPERIMENTAL
  9. make depend
  10. make all
  11. make install
  12. shutdown -r now

After completing these steps you should be up and running an ANEP enabled kernel.