Go to main content

STREAMS Programming Guide

Exit Print View

Updated: March 2019
 
 

Kernel Loading

See Writing Device Drivers for Oracle Solaris 11.3 for more information on the sequence of installing and loading device drivers. The basic procedure is to copy your driver to /kernel/drv and your module to /kernel/strmod. For drivers run add_drv(1M).


Note - The autoload facility looks for modules to reside in /kernel/strmod. If the object resides elsewhere the module will not be loaded.