User processes can send messages to Minix server processes using this function:
int syscall(int who, int syscallnr, message *msgptr);
- who identifies which server process
- syscallnr is the number of the system call function
- msgptr should contain the address of a message struct containing parameters for the the system call.