On Mon, Mar 27, 2006 at 05:45:37AM -0800, Ivan wrote: > Hi, > > Does somebody know a good link to a site describing adding a > systemcall to Opensolaris? Or could somebody give me useful info > concerning this? It would be very useful for me to test the kernel.
Why do you need a new systemcall? Why not just write a driver, and use either the open() of it or an ioctl() call to actually do the work? It's significantly easier and less invasive. Cheers, - jonathan -- Jonathan Adams, Solaris Kernel Development _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
