LKM system calls.

LKM system calls.

Post by Blue Steel Technolog » Fri, 12 Mar 2004 05:16:26



Greetings:

I know this is a 'hard core' question but there any system calls in
Solaris that have the equivalent function of the Linux system calls:

creat_module

delete_module

for manipulating loadable kernel modules / device drivers.  Pointers to
documentation would be greatly appreciated.

Robert

 
 
 

LKM system calls.

Post by Thomas Tornblo » Fri, 12 Mar 2004 04:02:55


I suggest you start at:

http://docs.sun.com/db/doc/806-5222?q=device+drivers
http://docs.sun.com/db/doc/806-6546?q=streams+programming

almost all drivers are dynamically loadable in solaris.

And at:
http://developers.sun.com/prodtech/solaris/driverdev/downloads/index....
http://developers.sun.com/solaris/developer/support/driver/usb.html

you can find sample drivers

Thomas