NeXTSTEPDRIVERKIT:Chapter4 1

From 흡혈양파의 번역工房
Revision as of 10:47, 11 October 2017 by Onionmixer (talk | contribs) (NeXTSTEP DRIVER KIT 드라이버 번들 내용 추가)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.