/ndisulator

NDIS miniport driver wrapper for FreeBSD

Primary LanguageC

How to use:

Make sure that you use recent FreeBSD CURRENT kernel and world.
FreeBSD source tree must be available in /usr/src.

To build new NDISulator you will need to run:

# make

To install NDISulator files, run as root:

# make install

To clean files run:

# make clean