Most basic POSIX commands
Posted: Fri May 04, 2012 9:53 pm
Right now I am working towards implementing the system calls at http://sourceware.org/newlib/libc.html#Syscalls so that I can port newlib. I wanted to put a question out to all those who have ported POSIX applications to their OS. After the prerequisites for newlib, what do you consider the next most important set of system calls for porting existing applications?
I ask this because I don't have much experience to know which are the most important commands. Obviously, threading is needed for threaded applications and networking for networking applications, but my question is really targeted at a more basic level than this.
I ask this because I don't have much experience to know which are the most important commands. Obviously, threading is needed for threaded applications and networking for networking applications, but my question is really targeted at a more basic level than this.