Operating System - HP-UX
1833758 Members
2458 Online
110063 Solutions
New Discussion

Loading drivers into kernel

 
SOLVED
Go to solution
Mark Landin
Valued Contributor

Loading drivers into kernel

I know I can use config files to poke modifiable kernel parameters. For instance:

mod_kernel += "maxuprc 2048"

Can I also load device drivers (for SCSI tape, for instance) this way?
1 REPLY 1
S.K. Chan
Honored Contributor
Solution

Re: Loading drivers into kernel

Though I have not done it before I know for sure you can do this with device driver. For example .. to load SCSI tape driver "stape"..
mod_kernel += "stape"