In message: <[EMAIL PROTECTED]>
            Paolo Pisati <[EMAIL PROTECTED]> writes:
: As a general rule of thumb, 
: which are the safe libraries we can link against 
: while developing a kernel module?

None.

: I mean, can i use libc functions? All of them?

No.  You can't.

: And what about the other libraries in the base system?

None.

You can use some functions traditionally in libc that are in the
kernel in libkern only.

Warner
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to