This directory contains the source code to build a 3Dfx device driver specific to your system. The resulting build will produce a 3dfx.o loadable kernel module (that can be inserted in /etc/rc.d/rc.modules to load at boot time), a /dev/3dfx character device, and the necessary entries to the /etc/modules.conf file. To build the driver: # make To install the driver and other components: # make install