3dfx Device Driver README ========================= This project creates a device driver for the 3dfx Voodoo Graphics family of cards, such as the Diamond Monster 3d card. It is a very simple driver, and does nothing other that allow the device to be opened and closed, and creates a memory area for the card that is accessible by a user program. In order to use this project, you should have a 3dfx card. Also, the project contains a file called "_KERNEL_", which is not included in the zip file. You should create this file by copying /boot/beos/system/kernel_joe (bebox) or kernel_mac (mac or clone) to the project directory, renaming it to "_KERNEL_". Files ===== The archive should contain the following files: README.3dfx -- This file 3dfx_driver.proj -- Metrowerks project file 3dfx_driver.c -- Source files 3dfx_driver.h