Changes between Version 7 and Version 8 of WikiStart
- Timestamp:
- Oct 27, 2010, 8:33:47 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v7 v8 59 59 * type wmake 60 60 61 = Adding a new driver = 62 63 To add a new driver, simply create another directory off the root for your hardware specific source files. You can use the files in the nveth directory and/or the files in the e1000e directory as an example of how to build the hardware portion of the driver. Ideally, you should not need to edit any of the common files. You will also need to edit the Makefile to include a target for your new driver. 61 64 62 65 = Support =