Re: get_user() and put_user() missing in syscall list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 2, 2014 at 1:49 PM, Dipanjan Das <mail.dipanjan.das@xxxxxxxxx> 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
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux