get_user() and put_user() missing in syscall list
Sudip Mukherjee
sudipm.mukherjee at gmail.com
Mon Jun 2 04:28:16 EDT 2014
On Mon, Jun 2, 2014 at 1:49 PM, Dipanjan Das <mail.dipanjan.das at gmail.com>
wrote:
>
> I am new to Linux kernel stuffs. How are Kernel API and syscalls differ
> from each other?
>
syscalls are system calls which which will be used by your application in
user space. syscalls table will map the userspace syatem call with the
related function in kernel space.
kernel API are the functions which can only be used in kernel space and
they do not have any existence in userspace.
Regards
Sudip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140602/85a97a03/attachment-0001.html
More information about the Kernelnewbies
mailing list