kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* system call numbers
@ 2012-11-22  8:44 Matthias Brugger
  2012-11-22  9:19 ` Matthias Kaehlcke
  2012-11-22  9:44 ` Adrian Perez de Castro
  0 siblings, 2 replies; 3+ messages in thread
From: Matthias Brugger @ 2012-11-22  8:44 UTC (permalink / raw)
  To: kernelnewbies

Hi all,

I'm looking into the avr32 architecture implementation, as compiling the 
kernel gives you several warnings about system calls which are missing.

I had a look in the unistd.h file I realized that system call numbers 
differ widely from other architectures (I had a look at arm and x86).
Are the system call numbers platform specific. As far as I understand, 
the system calls are "wrapped" in libc. So I wonder if [g,e,uC]libc uses 
a different system call number each architecture.
A look in the source of uClibc didn't helped me to clear my doubts.

If not all system calls are implemented for avr32:
- is there a problem at all, or does libc implementation take care of 
not implemented system calls?
- if I want to add a system call, what are the steps needed?

Best regards,
Matthias

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-22  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22  8:44 system call numbers Matthias Brugger
2012-11-22  9:19 ` Matthias Kaehlcke
2012-11-22  9:44 ` Adrian Perez de Castro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).