PCI Device Project README ======================== There are two projects here. One creates a very basic device driver, which does nothing except return zeros when you attempt to read from it. The other is a small test program that opens the device and reads from it The driver project contains a file called "_KERNEL_". You should create a file of this name by copying /boot/beos/system/kernel_joe (bebox) or kernel_mac (mac) to this name in the project directory The driver should be compiled and placed in /boot/home/config/add-ons/kernel/drivers. If this directory does not exist it should be created. This project was created as part of Bob Herold's talk on device drivers at the 1997 Boston Developer's Conference. Transcripts of this talk should be available at www.be.com Files ===== The archive should contain the following files: README.zero -- This file zero.proj -- Metrowerks project file for driver. test_zero.proj -- Metrowerks project file for test program zero.c -- Source files test_zero.h