NeXTSTEPDRIVERKIT:Chapter4 1
Revision as of 10:47, 11 October 2017 by Onionmixer (talk | contribs) (NeXTSTEP DRIVER KIT 드라이버 번들 내용 추가)
- Driver Bundles
드라이버 번들(Driver Bundles)
To load your driver into the kernel--even if only for testing--you need to create a driver bundle for it with Project Builder. A driver bundle contains all the files needed to load and configure a driver: Its relocatable code and configuration information. A bundle may also contain help information and a configuration inspector for Configure to access configuration data. A driver bundle is also called a config bundle because it contains configuration information for the driver and typically has the name Driver.config, where Driver is the driver's name.
The driver name should be of the form
- <vendor><model><type>Driver
The driver name Adaptec1542SCSIDriver follows this form.