Eigenstate : syscalls

System Calls

While writing the Myrddin programing language, I found myself needing to implement system calls on both Linux and OSX. While Linux is fairly well documented, OSX had a number of edge cases that I did not find mentioned anywhere.

What's a System call?

Most things documented in section 2 of the manpages.

Where do I find the numbers?

Quirks?