View Single Post
  #2   (View Single Post)  
Old 17th August 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

You don't specify anything, so this answer is extremely generic:

The POSIX standard specifies many different communications methods. While most are Inter-process communication techniques (IPCs) , there are some IPC methods that include kernel communication, e.g.: Signals and Timers.

However, the most common method for a userland application to contact the kernel is via a syscall. http://en.wikipedia.org/wiki/System_call

If you ask a more specific question, you'll get a more specific answer.
Reply With Quote